Device-GPIB

 view release on metacpan or  search on metacpan

lib/Device/GPIB/Tektronix/AFG310.pm  view on Meta::CPAN

	601   => 'Offset calibration error',
	602   => 'Arbitrary gain calibration error',
	603   => 'Sine gain calibration error',
	604   => 'Square gain calibration error',
	605   => 'AM offset calibration error',
	606   => 'Sine flatnesscalibration error',
	607   => 'Output attenuator calibration error',

	# Table 5-13 Device Dependent Device Errors
	700   => 'Trace data error',
	701   => 'User waveform locked',
	702   => 'Trace data byte count error',
	703   => 'Too much trace data',
	704   => 'Not enough trace data',
    };

    return $self;
}

# Print the error queue
# Different to the on in Tektronix.pm since the error text strings are already included

lib/Device/GPIB/Tektronix/DM5110.pm  view on Meta::CPAN

	104 => 'Argument delimiter error',
	105 => 'Nonnumeric argument (numeric expected)',
	106 => 'Missing argument',
	107 => 'Invalid message unit delimiter',
	201 => 'Command not executable in local',
	202 => 'Settings lost due to "rtl"',
	203 => 'I/O buffers full, output dumped',
	205 => 'Argument out of range',
	206 => 'Group execute trigger ignored',
	232 => 'Null capabilities',
	260 => 'Cal locked',
	301 => 'Interrupt fault',
	302 => 'System error',
	401 => 'Power on',
	402 => 'Operation Complete',
	403 => 'User request',
	601 => 'Overrange error',
	701 => 'Below limits',
	703 => 'Above limits',
    };
    $self->{SpollStrings} = {



( run in 2.081 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )