First Asset

Start by creating an asset to represent a physical infrastructure element, such as a line or a substation. This asset will serve as the foundation for deploying algorithms, visualizing data, and managing configurations within the platform.

There are two ways to create an asset in Splight:

1. Manual from the Platform

You can create an asset directly from the Splight platform. This method is ideal for users who prefer a visual interface and step-by-step guidance.

1

Log in to Splight

Go to Splight's website and log in with your organization name, email, and password.

2

Go to the Assets Section

In the left sidebar, click on the Assets tab to access the asset management section.

3

Create a New Asset

Click the Create Asset button to start the asset creation process.

4

Fill in Asset Details

In the asset creation form, provide the following information:

  • Name: A unique name for the asset.

  • Type: Select the type of asset you are creating (e.g., line, segment, transformer).

  • Tags: Optionally, add any relevant tags to categorize the asset.

  • Description: Optionally, provide a description for the asset to give more context.

  • Location: Specify the geographical location of the asset, which can be done by entering coordinates or selecting a point on the map.

  • Timezone: Set the timezone for the asset, could be defined by location or the default timezone of your organization.

5

Review and Create

Review the details you have entered and click the Create button to finalize the process. Your asset will now be created and visible in the asset list.

2. Using Splight API or Splight Lib

For users who prefer automation or need to manage large-scale deployments, Splight offers scripting capabilities through the API and the official Python library. These tools allow you to create and manage assets programmatically with ease.

To create an asset via API, go to the Asset documentation page and page and refer to the "Creating an Asset" section for detailed commands.

To use the Splight Python library, head over to the Splight Lib examples page and check the "Creating an Asset" section for code examples and usage instructions.

Last updated

Was this helpful?