{"product_id":"portable-pcb-inductance-detector","title":"Portable PCB Inductance Detector","description":"\u003cstyle type=\"text\/css\"\u003e\/* Styling System \u0026 Variables *\/\n    .product-detail-container {\n      --primary: #1e1e24;\n      --primary-hover: #2d2d35;\n      --accent-green: #00e676;\n      --text-main: #212121;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f1f3f5;\n      --border-color: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System (Strictly enforced) *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 14px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container span,\n    .product-detail-container div,\n    .product-detail-container .body-text,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-bottom: clamp(2rem, 5vw, 4rem);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    \/* Image Placeholder styling *\/\n    .product-detail-image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 250px;\n      border: 2px dashed #cccccc;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 40px 20px;\n      box-sizing: border-box;\n      margin: 20px 0;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Trust Pill styling *\/\n    .trust-pill-wrapper {\n      margin-bottom: 20px;\n    }\n\n    .trust-pill {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border-left: 4px solid var(--accent-green);\n      padding: 8px 16px;\n      border-radius: 4px;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    \/* Feature Grid Layout *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 40px;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .tag-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Table Styling *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--primary);\n      width: 30%;\n    }\n\n    .spec-value-container {\n      width: 70%;\n    }\n\n    \/* FAQ Section styling *\/\n    .faq-container {\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n    }\n\n    .faq-question {\n      margin-top: 0;\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Mobile Overrides *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column !important; \/* Image First -\u003e Text Second locked *\/\n        gap: 20px;\n      }\n\n      .feature-media {\n        width: 100%;\n        order: 1;\n      }\n\n      .feature-copy {\n        width: 100%;\n        order: 2;\n      }\n\n      \/* Responsive Specifications Rules *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-property {\n        width: auto !important;\n        padding: 0 !important;\n      }\n\n      .spec-value-container {\n        width: auto !important;\n        padding: 0 !important;\n      }\n\n      .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Portable Board-Level Inductance Tester\nTarget Audience: Electronics Repair Technicians, Hardware DIY Enthusiasts, Micro-soldering Professionals\nVisual Style: Technical, Minimalist, Bare-Circuit-Board Aesthetics, Professional Dark\/Light Tech Theme\nColor Strategy: Deep Charcoal and Silver Backgrounds (FR-4 PCB theme) with Vivid Green Highlights (#00E676) mimicking the LED indicator\nModule Order: \n  1. Hero Content Block (H1, Subtitle, Trust Pill, Hero Image)\n  2. Feature 1: No-Desoldering Inductance Testing\n  3. Feature 2: Dual Power Variants (Coin Battery \u0026 Type-C Models)\n  4. Feature 3: Direct Visual LED Readout\n  5. Specifications (Text-only layout, NO spec images)\n  6. Product FAQ (3 target QA blocks)\nDetail Image Mapping: \n  Hero = detail_3 (shows active testing with green LED lit)\n  Feature 1 = detail_2 (introduces electromagnetic induction concept)\n  Feature 2 = detail_7 (shows black battery model)\n  Feature 3 = detail_8 (shows blue Type-C plug-in model)\nSpecification Data Source: Extracted from detail_6 (82mm length, 22mm width, battery clip layout)\nCompare Section: Not included (no official comparison data provided)\nInformation Boundary: Strictly relies on PCB bare layout, dual model definitions (black button battery with lanyard hole, blue Type-C plug), 82x22mm dimensions, and dual-contact probe mechanism. No unverified certifications or structural parameters are included.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"trust-pill-wrapper\"\u003e\u003cspan class=\"trust-pill\"\u003eIn-Circuit Electromagnetic Induction Testing\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eQuick Inductance Testing without Removing Board Components\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eDesigned for electronics repair technicians and hardware enthusiasts, this handheld probe-style tester diagnoses inductor conditions directly on the PCB board. Troubleshooting is fast, non-destructive, and highly intuitive.\u003c\/p\u003e\n\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909134232\/dc1e8493d0d955e822b847c5845514da.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909131244\/5ce42e29b3c7092026f7584fa113e1ee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFast Diagnostic Response\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003ePerform swift diagnostic checks on circuit board inductors. The double-contact metal probe mechanism allows you to touch and evaluate component pathways instantly, reducing diagnostic timelines on complex mainboards.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003eDirect Probe Design\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eElectromagnetic Sensing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909131244\/46e852468706e8e4c0de0532b76b98ed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCoin Battery Model (Black Edition)\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eThe Black edition is completely self-powered using a rear-mounted button cell battery holder. It features a built-in lanyard hole at the rounded end, providing maximum portability and offline usability on busy workbenches.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003eCoin Cell Power\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eLanyard Hole Detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909131244\/09202e95468c224566c5892f2e94d966.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eClear LED Visual Indication\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eFeatures a dedicated green LED indicator marked \"tester\" directly on the bare FR-4 fiber board. When the probe makes contact and checks a normal inductor, the green light glows. If the inductor is open or damaged, the light remains dark.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003eGreen LED Output\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eInstant Diagnosis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003e82 mm (approx. 3.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eWidth\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003e22 mm (approx. 0.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eMaterial Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003eBare FR-4 fiberglass circuit board layout\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eOutput Light\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003eGreen rectangular LED indicator (\"tester\" window)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eBlack Variant Power\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003eRear-mounted coin cell battery holder (includes coin cell battery)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eBlue Variant Power\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated Type-C male plug (requires external Type-C device power)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eProbe Interface\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-container\"\u003e\u003cspan class=\"spec-value\"\u003eDual-contact flat metal prong terminal\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ (Strictly Product-Focused) --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I interpret the test results?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003ePlace the front metal probe tips directly against both soldering pads of the inductor component. Press and hold the \"TEST\" button. If the inductor is fully functional, the green LED indicator lights up. If the light stays off, the inductor is faulty or disconnected.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can I use this on a completely powered-on mainboard?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, for safety and accurate electromagnetic induction readings, please ensure the circuit board under test is completely powered off and disconnected from external power sources before placing the testing probe on components.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What are the differences between the Black and Blue models?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe Black model is completely wireless and powered by an on-board button cell battery slot. The Blue model lacks a battery holder and lanyard hole, but features a direct Type-C male plug designed to draw operating power from any connected Type-C device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Battery Powered (Charcoal Black)","offer_id":50431926403322,"sku":"20260915-174346-3676","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Type-C Plug-in (Cobalt Blue)","offer_id":50431926436090,"sku":"20260915-174346-3224","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/dc1e8493d0d955e822b847c5845514da.jpg?v=1789465470","url":"https:\/\/varitino.com\/products\/portable-pcb-inductance-detector","provider":"Varitino","version":"1.0","type":"link"}