NAME
Lab::XPRESS::Sweep::LogBlock -- Sweep add-on for matrix logging.
SYNOPSIS
# define your columns
# parameters controlled by the XPRESS sweeps
$DataFile->add_column('gate');
$DataFile->add_column('bias');
# parameters in the block, here we have a block with 2 columns.
$DataFile->add_column('frequency');
$DataFile->add_column('transmission');
# Define your sweeps ...
# In your measurement subroutine: Get block and log
$matrix = $instrument->get_block(...)
$sweep->LogBlock(
prefix => [$gate, $bias],
block => $matrix);
DESCRIPTION
This role exports the single method LogBlock
. The valid parameters are: