13
https://www.lakeshore.com/M81/
MeasureReady™ M81 Synchronous Source Measure System Quick Start Guide
Ethernet:
provides a means of connecting the
M81 to an Ethernet based computer network.
The Ethernet interface provides the following
capabilities:
Send SCPI commands via TCP socket
Use of the mobile app (coming soon)
Firmware updates
Ethernet settings
IP address
DHCP or Manual
Port
7777
GPIB:
the M81 provides a GPIB interface for
controlling the instrument from a computer via a
GPIB controller.
GPIB settings
Default address 12
Valid
terminators
LF, CRLF, LF + EOI,
CRLF + EOI, EOI
Remote access
The M81 adheres to the Standard Commands for
Programmable Instruments (SCPI) standard. Once
connected to your PC, the M81 can be remotely operated
in the following ways:
Lake Shore Python driver
To install the Lake Shore Python driver, install python
then run:
pip install lakeshore
For example, to get a DC reading from M1:
from
lakeshore
import
SSMSystem
ssm = SSMSystem()
voltage_measure = ssm.get_measure_module(
1
)
(voltage_measure.get_dc())
See full documentation for the python driver at:
http://lake-shore-python-driver.readthedocs.io/
LabVIEW driver
See full documentation for the LabVIEW driver at
https://www.lakeshore.com/software
.