Uh oh!
There was an error while loading. Please reload this page.
Is an epicsEnvSet the same as a macro set? #7040
Answered
byJackEAllen
JackEAllen
asked this question in
EPICS Q&A
Is an epicsEnvSet the same as a macro set? |
Answered by
JackEAllen
Feb 24, 2022
Replies: 3 comments 3 replies
epicsEnvSet may be called on macros, but in general they are silghtly different as we often pass macros through on dbLoadRecords whereas I don't think an epicsEnvSet will pass through the macros to a db |
0 replies
basically i want to set a macro through lua and then check if it exists using a stringiftest in the st.cmd file |
2 replies
Or you can do anything in an |
1 reply
Answer selected byJackEAllen
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Or you can do anything in an
st.luathat you want to do in an st.cmd? Could move the whole operation you're trying to do across