NAME
Lab::Moose::Instrument::SCPI::Sense::Frequency - Role for SCPI SENSe:FREQuency subsystem.
METHODS
sense_frequency_start_query
my $freq = $self->sense_frequency_start_query();
Query the starting point of the frequency sweep.
sense_frequency_start
$self->sense_frequency_start(value => 4e9);
Set the starting point of the frequency sweep.
sense_frequency_stop_query
sense_frequency_stop
Query and set the end point of the frequency sweep.
sense_frequency_linear_array
my $arrayref = $self->sense_frequency_linear_array();
Helper method to get an arrayref of all points in the frequency sweep. Does not provide a cached form, but will read it's input from cache.