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: concat multiple waveform records |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Jignesh Patel <jjp at ipr.res.in>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 17 Jan 2025 19:12:39 +0000 |
Hi Jignesh, I haven’t used it myself, but it looks like the
aynApps aCalcout record type should be able to do this, using the CAT operator, although it might not be the most efficient way. The other approach I would look at would be to write a
subroutine for the
aSub record type to combine your input array values into an output array — this requires you to be able to write C code. Hope this helps, please reply to tech-talk with any follow-up questions you have. - Andrew -- Complexity comes for free, Simplicity you have to work for. |