Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.218.751 Times

GPIB::hpe3631a 0.30

  Date Added: August 16, 2010  |  Visits: 950

GPIB::hpe3631a

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



GPIB::hpe3631a is a Perl-GPIB module for HPE3631A power supply. SYNOPSIS use GPIB::hpe3631a; $g->GPIB::hpe3631a->new("name"); $g->output(1); # Outputs on $g->output(0); # Outputs off $v = $g->output; # Read output state $g->track(1); # P25V and N25V track voltage $g->track(0); # stop tracking $v = $g->track; # Get tracking state $t = $g->display; $g->display("String"); ($voltage, $current) = $g->measure(P6V) # P6V, P25V, or N25V ($voltage, $current) = $g->get(P6V) # P6V, P25V, or N25V $g->set(P6V, $voltage, $current) # P6V, P25V, or N25V GPIB::hpe3631a privides control for the HPE3631E bench power supply. This module works with both GPIB and serial interface modules as defined by the /etc/pgpib.conf configuration. $g->display with no parameter returns the contents of the display. $g->display("string") sets the display to the specified string. Note the the device can only display a limited set of characters, probably best to stick with upper case captions. $g->measure(P6V) returns a two element list representing the voltage and current at the specified output. $g->get(P6V) returns a two element list of the voltage and current limits for te specified output. $g->set(P6V, $v, $c) sets the current limits for the specified output..

Requirements: No special requirements
Platforms: Linux
Keyword: Current Display G- Gpib Libraries Output Power Programming Voltage
Users rating: 0/10

License: Freeware Size: 74.75 KB
USER REVIEWS
More Reviews or Write Review


GPIB::HPE3631A RELATED
Development Tools  -  KPIB: Kenny-Purpose Interface Bus 1.0
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:r = kpib(INSTRUMENT,GPIB,'read');will return the...
348.16 KB  
Development Tools  -  Wind Turbine System Identification 1.0
The goals of this project are to:o Used ERA to investigate/estimate model order (degree) and State Space Modelo Compare Power Curves of identified model and Manufactures specificationso Estimated/predicted output power based on wind speed input...
2.22 MB  
Programming  -  devkitPro 1.5.7
This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are built with MinGW.
444.26 KB  
Scientific and Engineering  -  Harmonic Elimination PWM 1.0
The FFT output can suply voltage output waveform and current waveforms. Requirements: - MATLAB 7.7 or higher - MATLAB's SimPowerSystems
 
Development Tools  -  Buck Converter -- Close Loop 1.0
The model simulates buck converter using different approaches. Parameters can be change from the initializing callback function in the model properties. First circuit implements buck using a MOSFET and diode, second implements using two MOSFETs...
10 KB  
Utilities  -  Rdio Current Track Status 0.7
Display current track information from Rdio for Mac as your Adium status.
20.48 KB  
Communication  -  YM Custom Image 1.0
Module Yahoo Messnger (YM) Status Custom Image is a modue that allow you to display your current yahoo messenger status with various of images options. Also, you can to define your own image!
194.56 KB  
Modules  -  Display - Queries 1.0.1
This plugin shows the admin at the bottom of the template the number of queries and the page loading time of the displayed page.The display will be shown at the lower border of the current template and is only visible for admins (userlevel...
10 KB  
Games  -  XanEXP 2.1
A small window display current xp and other xp information
3.07 KB  
Libraries  -  GODI 20060118
GODI library provides an advanced programming environment for the Objective Caml (OCaml) language. From INRIA (who created OCaml) you can get the OCaml compiler and runtime system, but this is usually not enough to develop applications. You also...
1.5 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB