NAME
Lab::Moose::Instrument::SCPI::Output::State - Role for the SCPI OUTPut:STATe subsystem
VERSION
version 3.930
METHODS
output_state_query
output_state
$self
->output_state(
value
=>
'ON'
);
$self
->output_state(
value
=>
'OFF'
);
Query/Set whether output is on or off. Allowed values: ON, OFF
.
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by the Lab::Measurement team; in detail:
Copyright 2017 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.