We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we generate multiple bobfiles for instances of the same screen.
For example, COUNTER[N].bob is generated 8 times.
COUNTER[N].bob
We should instead generate one COUNTER.bob containing PVs with a macro $(N), then make buttons to open the file with a given $(N) from index.bob.
COUNTER.bob
$(N)
We should do this with all screens which are repeated - currently every one except for
BOB
PCAP
HDF5
SYSTEM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we generate multiple bobfiles for instances of the same screen.
For example,
COUNTER[N].bob
is generated 8 times.We should instead generate one
COUNTER.bob
containing PVs with a macro$(N)
, then make buttons to open the file with a given$(N)
from index.bob.We should do this with all screens which are repeated - currently every one except for
BOB
PCAP
HDF5
SYSTEM
The text was updated successfully, but these errors were encountered: