NAME
Lab::Moose::Instrument::SCPI::Sense::Protection - Role for the SCPI SENSe:$function:Protection subsystem
VERSION
version 3.920
METHODS
sense_protection_query
sense_protection
$self
->sense_protection(
value
=> 1e-6);
Query/Set the measurement protection limit
sense_protection_tripped_query
my
$tripped
=
$self
->sense_protection_tripped_query();
Return '1' if source is in compliance, and '0' if source is not in compliance.
sense_protection_rsynchronize_query/sense_protection_rsynchronize
Get/Set measure and compliance range synchronization.
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by the Lab::Measurement team; in detail:
Copyright 2018 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.