NAME
Lab::Moose::Instrument::HP83732A - HP 83732A Series Synthesized Signal Generator
VERSION
version 3.904
SYNOPSIS
use Lab::Moose;
# Constructor
my $HP = instrument(
type => 'HP83732A',
connection_type => 'VISA_GPIB',
connection_options => {
pad => 28,
},
);
METHODS
reset
$HP->reset();
set_frq
$HP->set_frq( value => );
The frequency can range from 10 MHz to 20 GHz.
TODO: How is the format of the frequency? float?
get_frq
$HP->get_frq();
set_power
$HP->set_power( value => );
TODO: format of power?
get_power
$HP->get_power();
power_on
$HP->power_on();
power_off
$HP->power_off();
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by the Lab::Measurement team; in detail:
Copyright 2022 Mia Schambeck
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.