Skip to content

Inserting launchers in unconventional position. #78

Discussion options

You must be logged in to vote

Hi Diego,

Thanks for your interest! Yes as Pavel said there are a few ways to proceed. produce_n_launchers can take a tuple as an argument for n which let's you place just two launchers. I am trying the following code in chips/quality_factor.py e.g.:

self.produce_n_launchers((0, 1, 0, 1), 'RF', 160, 80, 500, 2000, launcher_assignments={1: "PL-1-OUT", 2: "PL-1-IN"})

or, if you want them to be at specific locations rather than centered, you could also produce more launchers can you need and only assign the ones you use:

self.produce_n_launchers((0, 6, 0, 6), 'RF', 160, 80, 500, 1000, launcher_assignments={1: "PL-1-OUT", 7: "PL-1-IN"})
or
self.produce_n_launchers((0, 6, 0, 6), 'RF', 160, 80,…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@theandyguthrie
Comment options

@Diego-planckian1
Comment options

Answer selected by qpavsmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants