NAME
Lab::Moose::Instrument::RS_SMB - Rohde & Schwarz SMB Signal Generator
VERSION
version 3.600
SYNOPSIS
# Set frequency to 2 GHz
$smb->source_frequency(value => 2e9);
# Query output power (in Dbm)
my $power = $smb->source_power_level_immediate_amplitude_query();
METHODS
Used roles:
source_frequency_query
source_frequency
cached_source_frequency
Query and set the RF output frequency.
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by the Lab::Measurement team; in detail:
Copyright 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.