NAME
Lab::Instrument::RSSMB100A - Rohde & Schwarz SMB100A signal generator
VERSION
version 3.613
METHODS
id
my $id = $smb->id();
Do *IDN?
query.
reset
$smb->reset();
Reset with *RST
command.
set_frq
$sms->set_frq(3.3e6);
Set output frequency (Hz).
get_frq
my $freq = $smb->get_frq({read_mode => 'cache'});
Query output frequency (Hz).
set_power
$smb->set_power(-20);
Set output power (dBm).
get_power
my $power = $smb->get_power();
Query output power (dBm).
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by the Lab::Measurement team; in detail:
Copyright 2011 Andreas K. Huettel, Florian Olbrich
2012 Hermann Kraus
2013 Alois Dirnaichner, Andreas K. Huettel
2014 Andreas K. Huettel
2016 Simon Reinhardt
2017 Andreas K. Huettel, Simon Reinhardt
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.