Skip to content
New issue

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

examples for NTMultiChannel #119

Open
kathryn-baker opened this issue Aug 18, 2023 · 0 comments
Open

examples for NTMultiChannel #119

kathryn-baker opened this issue Aug 18, 2023 · 0 comments

Comments

@kathryn-baker
Copy link

Hi there, I am interested in creating a PV that combines a number of scalar double PVs into one array so I was thinking about using an NTMultiChannel to do so.

Are there any examples for how to construct one of these PVs?

I had assumed it would be something along the lines of:

NT = NTMultiChannel('af', channelNames=['PV:1', 'PV:2'])
pv = SharedPV(nt=NT)

but this doesn't seem to be right as there isn't a channelNames parameter in the buildType().

Wat is the correct construction of PVs like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant