{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "b74b92c3",
"metadata": {
"execution": {
"iopub.execute_input": "2024-09-19T13:33:59.558152Z",
"iopub.status.busy": "2024-09-19T13:33:59.557898Z",
"iopub.status.idle": "2024-09-19T13:34:03.233642Z",
"shell.execute_reply": "2024-09-19T13:34:03.232757Z"
}
},
"outputs": [],
"source": [
"import finesse\n",
"finesse.configure(plotting=True)\n",
"\n",
"kat = finesse.Model()\n",
"kat.parse(\n",
" \"\"\"\n",
" # Laser with power 1W\n",
" laser L0 P=1\n",
" s s0 L0.p1 eom1.p1\n",
"\n",
" # Phase modulator at 40kHz, with a modulation index of 0.05\n",
" mod eom1 f=40k midx=.05 order=5 mod_type=pm\n",
"\n",
" # Three amplitude detectors, looking at the first three positive modulation\n",
" # sidebands\n",
" ad bessel1 eom1.p2.o f=40k\n",
" ad bessel2 eom1.p2.o f=80k\n",
" ad bessel3 eom1.p2.o f=120k\n",
" \"\"\"\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "a28e2bec",
"metadata": {
"execution": {
"iopub.execute_input": "2024-09-19T13:34:03.236919Z",
"iopub.status.busy": "2024-09-19T13:34:03.236315Z",
"iopub.status.idle": "2024-09-19T13:34:04.123561Z",
"shell.execute_reply": "2024-09-19T13:34:04.122713Z"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"\n",
"\n",
"\n"
],
"text/plain": [
"