summaryrefslogtreecommitdiff
path: root/libvxi11client/perlbits/testscript.pl
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-23 13:20:31 +0900
committerdaniel <danieruru@gmail.com>2013-01-23 13:20:31 +0900
commit4172e1a125b1ede5b898580aaf9d0f5b1d788483 (patch)
tree4601a176fa8f7df3f7f7ca38480a0f6c3f957caf /libvxi11client/perlbits/testscript.pl
parentc53ea096ab5a656f93ad2aed8d50f5dd346f91c3 (diff)
parentf6725d15cc1d1543366137297e0d2f52afd3a598 (diff)
Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi
Conflicts: libvxi11client/perlbits/testscript.pl
Diffstat (limited to 'libvxi11client/perlbits/testscript.pl')
-rw-r--r--libvxi11client/perlbits/testscript.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/testscript.pl b/libvxi11client/perlbits/testscript.pl
index 440035d..f588aaf 100644
--- a/libvxi11client/perlbits/testscript.pl
+++ b/libvxi11client/perlbits/testscript.pl
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
use strict;
use warnings;
@@ -5,7 +7,7 @@ use VXI11::Client;
vxi_startinterruptserver();
-my $instr = vxi_open("roi", 0);
+my $instr = vxi_open("192.168.0.62", 0);
$instr->vxi_lock(0);
$instr->vxi_write("*IDN?", -1, 0, 0);