Connecting to F.W. Bell 5280 by F.W. Bell in Python
Instrument Card
Handheld single-axis digital magnetometer gauss / tesla meter for measuring magnets, magnetism of steel, and other manufacturing and scientific applications.
Device Specification: here
Manufacturer card: F.W. BELL
Technology leaders in instrumentation. Designing and manufacturing F.W. Bell gaussmeters, probes, current sensors and Hall generators for over 60 years
- Headquarters: UK (Meggit)
- Yearly Revenue (millions, USD):
- Vendor Website: here
Demo: Record voltage over time with an Agilent 34401A multimeter
Connect to the F.W. Bell 5280 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
This script connects to the F.W. Bell 5080 Handheld Gaussmeter using a SerialAdapter and creates a SerialInstrument object for it. It then sets the measurement units to Gauss and the range to 1 (3 kG). It reads and prints a field measurement in G, samples 100 field measurements, and prints the mean and standard deviation of the samples. Finally, it closes the connection to the instrument.