![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
kicad-sim-parser
Advanced tools
A simple KiCad Spice frequency simulation parser & prober
You can download automatically precompiled binaries from the releases page or install straight from NPM:
$ npm install -g kicad-sim-parser
or simply run it from npx which will install it automatically:
npx kicad-sim-parser -i ...
Reads input CSV file with te first line being time series & the next ones being characteristics values from the KiCad Spice simulation (e.g. phase, magnitude) & writes probed values to output CSV file.
What it does is essentialy a basic automatization of the human process of reading two data categories in ~20 different frequency points on the Spice simulator's GUI. This project is meant to make things faster & easier (read: automatic).
USAGE
$ kicad-sim-parser
OPTIONS
-h, --help show CLI help
-i, --in=in (required) input .csv file path; the first line should contain time series
-o, --out=out (required) output .csv file path
-v, --version show CLI version
Example usage:
$ kicad-sim-parser -i simulation.csv -o probedResults.csv
Currently the probed frequencies are:
1kHz
2kHz
4kHz
6kHz
8kHz
10kHz
20kHz
40kHz
60kHz
80kHz
100kHz
200kHz
400kHz
600kHz
800kHz
1000kHz
2000kHz
4000kHz
6000kHz
8000kHz
10000kHz
20000kHz
40000kHz
60000kHz
80000kHz
100000kHz
FAQs
A simple KiCad Spice frequency simulation parser & prober
The npm package kicad-sim-parser receives a total of 2 weekly downloads. As such, kicad-sim-parser popularity was classified as not popular.
We found that kicad-sim-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.