{"id":287,"date":"2023-06-08T16:23:06","date_gmt":"2023-06-08T14:23:06","guid":{"rendered":"https:\/\/logbooks.ifosim.org\/finesse\/?p=287"},"modified":"2023-06-08T16:32:16","modified_gmt":"2023-06-08T14:32:16","slug":"changing-the-schnupp-asymmetry-in-the-finesse-virgo-model","status":"publish","type":"post","link":"https:\/\/logbooks.ifosim.org\/finesse\/2023\/06\/08\/changing-the-schnupp-asymmetry-in-the-finesse-virgo-model\/","title":{"rendered":"Changing the Schnupp Asymmetry in the finesse-virgo model"},"content":{"rendered":"\n<p>This is a simple snippet of code showing how to change the Schnupp asymmetry in the finesse3 virgo model. <\/p>\n\n\n\n<p>The process is quite straightforward and is based on simply changing the length of the space between the beamsplitter and  one of the compensation plates. <\/p>\n\n\n\n<p>An important step to follow the Schnupp asymmetry change is to readjust the length of the PR and SR cavities in order to keep the correct FSR and to maintain the sidebands resonance conditions. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>virgo = finesse.virgo.Virgo() # creating a virgo model using the custom Virgo kat file\n\n\nprint(virgo.model.lSchnupp.value.eval()) # print the initial values\nprint(virgo.model.lBS_CPN.L.value)\nprint(virgo.model.lBS_CPW.L.value)\nvirgo.model.lBS_CPW.L.value += -1 #add one meter to one of the small arms\nvirgo.adjust_PRC_length() # readjust the PRC length (this adjusts the distance between PR and BS)\nvirgo.adjust_SRC_length() # same for SRC\nprint(virgo.model.lSchnupp.value.eval()) # print the values after the changes \nprint(virgo.model.lBS_CPN.L.value)\nprint(virgo.model.lBS_CPW.L.value)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This is a simple snippet of code showing how to change the Schnupp asymmetry in the finesse3 virgo model. The process is quite straightforward and is based on simply changing the length of the space between the beamsplitter and one of the compensation plates. An important step to follow the Schnupp asymmetry change is to [&hellip;]<\/p>\n","protected":false},"author":68,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ssl_alp_hide_revisions":false,"footnotes":"","ssl_alp_hide_crossreferences_to":false},"categories":[14],"tags":[],"ssl-alp-coauthor":[35,63,66,69,70,71,68,77],"class_list":["post-287","post","type-post","status-publish","format-standard","hentry","category-finesse3"],"_links":{"self":[{"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/posts\/287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/users\/68"}],"replies":[{"embeddable":true,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/comments?post=287"}],"version-history":[{"count":3,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/posts\/287\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/posts\/287\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/media?parent=287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/categories?post=287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/tags?post=287"},{"taxonomy":"ssl-alp-coauthor","embeddable":true,"href":"https:\/\/logbooks.ifosim.org\/finesse\/wp-json\/wp\/v2\/ssl-alp-coauthor?post=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}