Skip to content

yellow-pitaya/scpi-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redpitaya SCPI

.github/workflows/ci.yml pipeline status

Controlling your redpitaya via SCPI commands in rust.

Installation

In your Cargo.toml:

[dependencies]
redpitaya-scpi = "0.22"

Usage

Setup

Firt, you need to enable the SCPI server on your redpitaya, vi ssh:

# systemctl start redpitaya_scpi

You can permantly enable this service:

# systemctl enable redpitaya_scpi

You can also enable it via the web interface, see the official documentation for instructions.

Examples

Build examples with cargo:

cargo run --release --example k2000