Download This documentation as PDF

Transcript
1 The Lab::Measurement package
get_filename
( $filename , $filepath ) = $writer - > get_filename ()
log_comment
$writer - > log_comment ( $comment ) ;
Writes a comment to the file.
log_line
$writer - > log_line ( @data ) ;
Writes a line of data to the file.
log_start_block
$num = $writer - > log_start_block () ;
Starts a new data block.
import_gpplus(%opts) Imports GPplus TSK-files. Valid parameters are
filename = > ’ p a t h / t o / one / o f / t h e / t s k − f i l e s ’ ,
newname = > ’ p a t h / t o / new / d i r e c t o r y / newname ’ ,
archive = > ’ [ c o p y | move ] ’
The path path/to/new/directory/ must exist, while newname shall not exist there.
54