From: hadeshyp Date: Mon, 8 Oct 2012 13:58:28 +0000 (+0000) Subject: Timestamp in RO X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=145fe7dcbf05dbafc766fbe6974816f247e465ba;p=daqtools.git Timestamp in RO --- diff --git a/cts/CtsPlugins/CtsModStatic.pm b/cts/CtsPlugins/CtsModStatic.pm index 45609b4..d63aa56 100755 --- a/cts/CtsPlugins/CtsModStatic.pm +++ b/cts/CtsPlugins/CtsModStatic.pm @@ -123,7 +123,7 @@ sub init { 'channel_cnt' => {'lower' => 1, 'len' => 1, 'type' => 'bool'}, 'idle_dead_cnt' => {'lower' => 2, 'len' => 1, 'type' => 'bool'}, 'trg_cnt' => {'lower' => 3, 'len' => 1, 'type' => 'bool'}, - 'wasa' => {'lower' => 4, 'len' => 1, 'type' => 'bool'}, + 'timestamp' => {'lower' => 4, 'len' => 1, 'type' => 'bool'} }, { 'accessmode' => "rw", 'label' => "Readout configuration",