JPA Consultingaccelerating product development

 
 

Introduction

Why SCPI?

Why use the JPA-SCPI Parser?

JPA-SCPI Parser

Overview

Features

DATASHEET

Quick-start user guide

Create Command Set file-pair

Integrate into your code

Specifications

Download Manual

Free Demo

Ordering

Order Info & Pricing

Terms & Conditions

ORDER NOW

SCPI Explained

What is SCPI?

SCPI Commands

Links

Support

Support Request

Contact Us

Quick Start User Guide

This user guide will show you just how easy it is to make your instruments talk SCPI using the JPA-SCPI Parser. Full details of all these steps and more are given in the JPA-SCPI Parser User Manual.

Three Steps to SCPI...

1:

Decide the command set that your instrument will support

2:

Create the command specifications file-pair (use an instrument template, or create from the base template if you prefer)

3:

Integrate calls to the JPA-SCPI Parser into your code

 

1:

 

Decide your Command Set

 

Depending on what type of instrument you are building, you will want to support different types of SCPI command.

SCPI divides instruments into Instrument Classes. There are 13 Instrument Classes in the current SCPI Standard, including: DC Voltmeter, AC Voltmeter, Ohm Meter, Digitizers (oscilloscopes, etc.) and Power Supplies (programmable power supplies, calibrators, etc.).

Decide which Instrument Class or Classes your instrument belongs to. More information is given in the JPA-SCPI Parser User Manual, and the SCPI Standard.

We provide templates for 10 of the most popular Instrument Class. Each template contains all the commands that an instrument of that class must include to claim compliancy with that SCPI Instrument Class.

You may find your instrument does not belong to any of the SCPI Instrument Class. This is OK - the instrument will still be SCPI-compliant if it supports the base SCPI commands - we supply a Base Template containing the commands you need.

SCPI also allows you to add any commands of your own.

Step 2: Create the command specifiations file-pair >>