1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Unable to initialize parameter with setStringParam() |
From: | Bruno Martins <[email protected]> |
To: | Henrique Almeida <[email protected]> |
Cc: | "[email protected] Talk" <[email protected]> |
Date: | Wed, 1 Jun 2016 14:45:26 -0400 |
Hello, while constructing an areaDetector object, I'm unable to
successfully initialize string parameters with setStringParam(). For
example, calling setStringParam(NDFileTemplate, "abcd") or
setStringParam(NDFileTempSuffix, "xyz") has no effect and the
corresponding PVs, FileTemplate_RBV and TempSuffix_RBV stay empty. Any
help ?
Note: I can successfully initialize integer parameters with setIntegerParam().