Skip to main content

Femtum SDK - Python

NuGet

Installation

To install the Femtum SDK, use the following command:

pip
pip install femtum-sdk
poetry
poetry add femtum-sdk

Usage

Here is a basic example of how to use the Femtum SDK:

  1. Start the SDK Server
  2. Use SDK in your code
# Find results by page and get sweep data

from femtum_sdk.adapter.analysis_pandas_adapter import SweepResulToDataframe
from femtum_sdk.core.result_pb2 import (
    FindResultByIdRequest,
    ListByPageResultsRequest,
    OptionalSweepResult,
    ResultsFilterRequest,
    ResultsPage,
)

from femtum_sdk import FemtumSdk
from femtum_sdk.core.tag_pb2 import Tag

# Make sure the API server is running before running next steps
with FemtumSdk() as sdk:
    page: ResultsPage = sdk.trimming.result.ListByPage(
        ListByPageResultsRequest(
            PageSize=10,
            PageNumber=1,
            Filters=ResultsFilterRequest(
                WaferName="MyWafer",
                ReticleName="MyReticle",
                DieName="MyDie",
                CircuitName="MyCircuit",
                Tags=[Tag(Key="ShotNumber", Value="6")],
            ),
        )
    )

    items = list(page.Items)
    print(items)

    firstResultWithData: OptionalSweepResult = sdk.trimming.result.FindSweepById(
        FindResultByIdRequest(Id=page.Items[0].Id)
    )
    result = firstResultWithData.Result

    print(result.WavelengthsArray)
    print(result.WavelengthsArray)
    print(result.PowersArray)

    dataframe = SweepResulToDataframe(result)
    print(dataframe)

With Specified SDK server url

with FemtumSdk(hostUrl=api_server.get_grpc_url()) as sdk:
  request = FindResultDataRequestDto()
  result: SpectrumProviderSweepResultArray = (
      sdk.analysis.FindSpectrumProviderSweepResults(request)
  )

  print(result.Items)

Module Dependencies

flowchart TD
    analytics[Analytics]
    spectrum[Spectrum]
    laser[Laser]
    database[Database]
    analysis_agent[Analysis Agent]

    analysis_agent --> database
    analysis_agent --> analytics
    analysis_agent --> spectrum
    analysis_agent --> laser

Release files for femtum-sdk 0.76.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for femtum-sdk 0.76.0
File Size Uploaded
femtum_sdk-0.76.0.tar.gz 240.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for femtum-sdk 0.76.0
File Interpreter ABI Platform
femtum_sdk-0.76.0-py3-none-any.whl Python 3 none any Details

Total release size: 677.2 kB

Release files / femtum_sdk-0.76.0.tar.gz

Download URL femtum_sdk-0.76.0.tar.gz
Size 240.1 kB
Tags Source
SHA-256 checksum
How to use checksums
21989ddc4dc976e1e44ba2b883ef65f7060c138b32e50b91cee97aa50c8b7bc6
BLAKE2b-256 checksum
How to use checksums
7117d7ba45b492548dd07e7123fcdc3d400fb0d20f025f7882b9f772d9465285
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / femtum_sdk-0.76.0-py3-none-any.whl

Download URL femtum_sdk-0.76.0-py3-none-any.whl
Size 437.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
602bceae2d3a7e78d14d1abb0a92e0b796c3f5f12038f5039bf10dfbfbd30afc
BLAKE2b-256 checksum
How to use checksums
4c4f71c844e9f7a27094eef836a2a4be75ad1734486d1db25dd2fc0a976c2021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page