-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTM_Spectroscopy_ZV.exps
657 lines (577 loc) · 32.2 KB
/
STM_Spectroscopy_ZV.exps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<?xml version="1.0" encoding="UTF-8"?><ExperimentStructure description="STM V/Z spectroscopy experiment" name="STM_Spectroscopy_ZV" version="v162101" xmlns="http://www.scientaomicron.com/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExperimentElementInstance catalogue="SPMBasic" elementType="StageCalibration" name="StageCalibration">
<DeploymentParameter name="X_Axis_Device" value="Default:X"/>
<DeploymentParameter name="Y_Axis_Device" value="Default:Y"/>
<DeploymentParameter name="Z_Axis_Device" value="Default:Z_Out"/>
<DeploymentParameter name="Z_Axis_Device_Calibration_Name" value="Common::Z_Out"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="XYScanner" name="XYScanner">
<DeploymentParameter name="X_Axis_Device" value="Default:X"/>
<DeploymentParameter name="Y_Axis_Device" value="Default:Y"/>
<DeploymentParameter name="X_Inverter_Device" value="Default:X_Inverter"/>
<DeploymentParameter name="Y_Inverter_Device" value="Default:Y_Inverter"/>
<DeploymentParameter name="Z_Axis_Device" value="Default:Z_Out"/>
<DeploymentParameter name="Z_Axis_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Z_Profiling_Rule" value="null"/>
<DeploymentParameter name="Trigger_1_Colour" value="null"/>
<DeploymentParameter name="Trigger_2_Colour" value="null"/>
<DeploymentParameter name="Aux_Axis" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Regulator" name="Regulator">
<DeploymentParameter name="Output_Device" value="Default:Z_Out"/>
<DeploymentParameter name="Output_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Comparator_Device" value="Default:Setpoint_I"/>
<DeploymentParameter name="Z_Inverter_Device" value="Default:Z_Inverter"/>
<DeploymentParameter name="Source_Channel_1" value="I_Reg"/>
<DeploymentParameter name="Source_Channel_2" value="null"/>
<DeploymentParameter name="Setpoint_Device_1" value="Default:Setpoint_I"/>
<DeploymentParameter name="Setpoint_Device_2" value="null"/>
<DeploymentParameter name="Setpoint_Device_1_Calibration_Name" value="Setpoint_I"/>
<DeploymentParameter name="Setpoint_Device_2_Calibration_Name" value="null"/>
<DeploymentParameter name="Special_Setpoint_Device_1_Calibration_Name" value="Setpoint_I_Special"/>
<DeploymentParameter name="Special_Setpoint_Device_2_Calibration_Name" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="PiezoControl" name="PiezoControl">
<DeploymentParameter name="Z_Axis_Device" value="Default:Z_Out"/>
<DeploymentParameter name="Z_Axis_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Coarse_Device" value="Default:Coarse"/>
<DeploymentParameter name="Coarse_Inverter_Device" value="Default:Coarse_Inverter"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="STM" elementType="GapVoltage" name="GapVoltageControl">
<DeploymentParameter name="VGap_Device" value="Default:VGap_Out"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Spectroscopy" name="Spectroscopy">
<DeploymentParameter name="Actuator_Device_1" value="Default:VGap_Out"/>
<DeploymentParameter name="Actuator_Device_1_Calibration_Name" value="VGap_Out"/>
<DeploymentParameter name="Actuator_Device_2" value="Default:Z_Out"/>
<DeploymentParameter name="Actuator_Device_2_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Device_1_Label" value="V"/>
<DeploymentParameter name="Device_2_Label" value="Z"/>
<DeploymentParameter name="Actuator_Axis_1" value="V"/>
<DeploymentParameter name="Actuator_Axis_2" value="Z"/>
<DeploymentParameter name="Trigger_1" value="XYScanner::X"/>
<DeploymentParameter name="Trigger_2" value="XYScanner::X"/>
<DeploymentParameter name="Unit_1" value="V"/>
<DeploymentParameter name="Unit_2" value="m"/>
<DeploymentParameter name="Device_1_Absolute_Values" value="true"/>
<DeploymentParameter name="Device_2_Absolute_Values" value="false"/>
<DeploymentParameter name="VMod_Device" value="Default:VGap_Out_Mod_Select"/>
<DeploymentParameter name="VExt_Device" value="Default:VGap_Select"/>
<DeploymentParameter name="ZExt_Device" value="Default:Lp_Z_Ext"/>
<DeploymentParameter name="Preferred_Modes" value="V;Z;Varied Z"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Clock" name="Clock1">
<DeploymentParameter name="Device" value="Default:Z_In"/>
<DeploymentParameter name="Axis" value="t1"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Clock" name="Clock2">
<DeploymentParameter name="Device" value="Default:IT_Image"/>
<DeploymentParameter name="Axis" value="t2"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Clock" name="Clock3">
<DeploymentParameter name="Device" value="Default:Aux2_In"/>
<DeploymentParameter name="Axis" value="t3"/>
</ExperimentElementInstance>
<!-- Channels -->
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="I_Reg">
<DeploymentParameter name="Name" value="I_Reg"/>
<DeploymentParameter name="Trigger" value="N"/>
<DeploymentParameter name="Sensor_Device" value="Default:IT_Regulator"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="IT_Regulator"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="null"/>
<DeploymentParameter name="Run_Frequency" value="250000"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="I">
<DeploymentParameter name="Name" value="I"/>
<DeploymentParameter name="Trigger" value="XYScanner::X"/>
<DeploymentParameter name="Sensor_Device" value="Default:IT_Image"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Regulator::Setpoint_I"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5042"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Z">
<DeploymentParameter name="Name" value="Z"/>
<DeploymentParameter name="Trigger" value="XYScanner::X"/>
<DeploymentParameter name="Sensor_Device" value="Default:Z_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5043"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux1">
<DeploymentParameter name="Name" value="Aux1"/>
<DeploymentParameter name="Trigger" value="XYScanner::X"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux1_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux1_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5044"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux2">
<DeploymentParameter name="Name" value="Aux2"/>
<DeploymentParameter name="Trigger" value="XYScanner::X"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux2_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux2_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5045"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="I_V">
<DeploymentParameter name="Name" value="I(V)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::V"/>
<DeploymentParameter name="Sensor_Device" value="Default:IT_Image"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Regulator::Setpoint_I"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5046"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="I_Z">
<DeploymentParameter name="Name" value="I(Z)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::Z"/>
<DeploymentParameter name="Sensor_Device" value="Default:IT_Image"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Regulator::Setpoint_I"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5047"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux1_V">
<DeploymentParameter name="Name" value="Aux1(V)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::V"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux1_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux1_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5048"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux1_Z">
<DeploymentParameter name="Name" value="Aux1(Z)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::Z"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux1_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux1_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5049"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux2_V">
<DeploymentParameter name="Name" value="Aux2(V)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::V"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux2_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux2_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5050"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux2_Z">
<DeploymentParameter name="Name" value="Aux2(Z)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::Z"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux2_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux2_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5051"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Z_V">
<DeploymentParameter name="Name" value="Z(V)"/>
<DeploymentParameter name="Trigger" value="Spectroscopy::V"/>
<DeploymentParameter name="Sensor_Device" value="Default:Z_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5052"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Z_t">
<DeploymentParameter name="Name" value="Z(t)"/>
<DeploymentParameter name="Trigger" value="Clock1::t1"/>
<DeploymentParameter name="Sensor_Device" value="Default:Z_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Common::Z_Out"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5053"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="I_t">
<DeploymentParameter name="Name" value="I(t)"/>
<DeploymentParameter name="Trigger" value="Clock2::t2"/>
<DeploymentParameter name="Sensor_Device" value="Default:IT_Image"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Regulator::Setpoint_I"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5054"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="Channel" name="Aux2_t">
<DeploymentParameter name="Name" value="Aux2(t)"/>
<DeploymentParameter name="Trigger" value="Clock3::t3"/>
<DeploymentParameter name="Sensor_Device" value="Default:Aux2_In"/>
<DeploymentParameter name="Sensor_Device_Calibration_Name" value="Aux2_In"/>
<DeploymentParameter name="Rules" value="null"/>
<DeploymentParameter name="Siblings" value="null"/>
<DeploymentParameter name="RDTP_TCP_Port" value="5055"/>
<DeploymentParameter name="Run_Frequency" value="null"/>
</ExperimentElementInstance>
<!-- Board Services -->
<ExperimentElementInstance catalogue="SPMBasic" elementType="STMSCBService" name="STMSCBService">
<DeploymentParameter name="Target_Board" value="Default:1"/>
<DeploymentParameter name="Tunnelling_Current_Device" value="null"/>
<DeploymentParameter name="Tunnelling_Current_Device_Calibration_Name" value="null"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="DRBService" name="DRBService">
<DeploymentParameter name="Target_Board" value="Default:1"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="CRTCService" name="CRTCService">
<DeploymentParameter name="Target_Board" value="Default:1"/>
</ExperimentElementInstance>
<ExperimentElementInstance catalogue="SPMBasic" elementType="USCBService" name="USCBService">
<DeploymentParameter name="Target_Board" value="Default:1"/>
</ExperimentElementInstance>
<!-- Connections -->
<Connection>
<SourceRef name="XYScanner" port="Points"/>
<DestinationRef name="Z" port="Points"/>
<DestinationRef name="I" port="Points"/>
<DestinationRef name="Aux1" port="Points"/>
<DestinationRef name="Aux2" port="Points"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Lines"/>
<DestinationRef name="Z" port="Lines"/>
<DestinationRef name="I" port="Lines"/>
<DestinationRef name="Aux1" port="Lines"/>
<DestinationRef name="Aux2" port="Lines"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Raster_Time"/>
<DestinationRef name="Z" port="Raster_Time"/>
<DestinationRef name="I" port="Raster_Time"/>
<DestinationRef name="Aux1" port="Raster_Time"/>
<DestinationRef name="Aux2" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Stopped"/>
<DestinationRef name="Z" port="End_Transmission"/>
<DestinationRef name="I" port="End_Transmission"/>
<DestinationRef name="Aux1" port="End_Transmission"/>
<DestinationRef name="Aux2" port="End_Transmission"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Scan_Active"/>
<DestinationRef name="Z" port="Lock"/>
<DestinationRef name="I" port="Lock"/>
<DestinationRef name="Aux1" port="Lock"/>
<DestinationRef name="Aux2" port="Lock"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Scan_Idle"/>
<DestinationRef name="Z" port="Unlock"/>
<DestinationRef name="I" port="Unlock"/>
<DestinationRef name="Aux1" port="Unlock"/>
<DestinationRef name="Aux2" port="Unlock"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="X_Retrace_Enabled"/>
<DestinationRef name="Regulator" port="Alternate_Parameter_Set_Enable"/>
<DestinationRef name="GapVoltageControl" port="Alternate_Parameter_Set_Enable"/>
<DestinationRef name="Spectroscopy" port="Alternate_Parameter_Set_Enable"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Execute"/>
<DestinationRef name="Spectroscopy" port="Execute"/>
<DestinationRef colour="VPulse" name="GapVoltageControl" port="Execute"/>
<DestinationRef colour="ZRamp" name="Regulator" port="Execute"/>
</Connection>
<Connection>
<SourceRef name="XYScanner" port="Subgrid_Enabled"/>
<DestinationRef name="Spectroscopy" port="Raster_Mode_Enable"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Stopped"/>
<DestinationRef name="Z_V" port="End_Transmission"/>
<DestinationRef name="I_V" port="End_Transmission"/>
<DestinationRef name="I_Z" port="End_Transmission"/>
<DestinationRef name="Aux1_V" port="End_Transmission"/>
<DestinationRef name="Aux1_Z" port="End_Transmission"/>
<DestinationRef name="Aux2_V" port="End_Transmission"/>
<DestinationRef name="Aux2_Z" port="End_Transmission"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Ramp_Active"/>
<DestinationRef name="Z_V" port="Lock"/>
<DestinationRef name="I_V" port="Lock"/>
<DestinationRef name="I_Z" port="Lock"/>
<DestinationRef name="Aux1_V" port="Lock"/>
<DestinationRef name="Aux1_Z" port="Lock"/>
<DestinationRef name="Aux2_V" port="Lock"/>
<DestinationRef name="Aux2_Z" port="Lock"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Ramp_Done"/>
<DestinationRef name="Z_V" port="Unlock"/>
<DestinationRef name="I_V" port="Unlock"/>
<DestinationRef name="I_Z" port="Unlock"/>
<DestinationRef name="Aux1_V" port="Unlock"/>
<DestinationRef name="Aux1_Z" port="Unlock"/>
<DestinationRef name="Aux2_V" port="Unlock"/>
<DestinationRef name="Aux2_Z" port="Unlock"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Done"/>
<DestinationRef name="XYScanner" port="Resume"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Raster_Time_1"/>
<DestinationRef name="Z_V" port="Raster_Time"/>
<DestinationRef name="I_V" port="Raster_Time"/>
<DestinationRef name="Aux1_V" port="Raster_Time"/>
<DestinationRef name="Aux2_V" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Raster_Time_2"/>
<DestinationRef name="I_Z" port="Raster_Time"/>
<DestinationRef name="Aux1_Z" port="Raster_Time"/>
<DestinationRef name="Aux2_Z" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Device_1_Points"/>
<DestinationRef name="Z_V" port="Points"/>
<DestinationRef name="I_V" port="Points"/>
<DestinationRef name="Aux1_V" port="Points"/>
<DestinationRef name="Aux2_V" port="Points"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Device_2_Points"/>
<DestinationRef name="I_Z" port="Points"/>
<DestinationRef name="Aux1_Z" port="Points"/>
<DestinationRef name="Aux2_Z" port="Points"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Disable_Feedback_Loop"/>
<DestinationRef name="Regulator" port="Disable_Feedback_Loop"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Enable_Feedback_Loop"/>
<DestinationRef name="Regulator" port="Enable_Feedback_Loop"/>
</Connection>
<Connection>
<SourceRef name="Spectroscopy" port="Restore_Feedback_Loop_State"/>
<DestinationRef name="Regulator" port="Restore_Feedback_Loop_State"/>
</Connection>
<Connection>
<SourceRef name="GapVoltageControl" port="Done"/>
<DestinationRef name="XYScanner" port="Resume"/>
</Connection>
<Connection>
<SourceRef name="GapVoltageControl" port="Disable_Feedback_Loop"/>
<DestinationRef name="Regulator" port="Disable_Feedback_Loop"/>
</Connection>
<Connection>
<SourceRef name="GapVoltageControl" port="Enable_Feedback_Loop"/>
<DestinationRef name="Regulator" port="Enable_Feedback_Loop"/>
</Connection>
<Connection>
<SourceRef name="GapVoltageControl" port="Restore_Feedback_Loop_State"/>
<DestinationRef name="Regulator" port="Restore_Feedback_Loop_State"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Done"/>
<DestinationRef name="XYScanner" port="Resume"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Feedback_Loop_State_Changed"/>
<DestinationRef name="Spectroscopy" port="Feedback_Loop_State_Changed"/>
<DestinationRef name="GapVoltageControl" port="Feedback_Loop_State_Changed"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Toggle_Gap_Voltage"/>
<DestinationRef name="GapVoltageControl" port="Toggle_Pulse_Voltage"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Tunnelling_Current_Preamp_Range"/>
<DestinationRef name="PiezoControl" port="Ramp_Speed_Selection"/>
</Connection>
<Connection>
<SourceRef name="PiezoControl" port="Approach_Start"/>
<DestinationRef name="Regulator" port="Approach_Start"/>
</Connection>
<Connection>
<SourceRef name="PiezoControl" port="Approach_Done"/>
<DestinationRef name="Regulator" port="Approach_Done"/>
</Connection>
<Connection>
<SourceRef name="Clock1" port="Samples"/>
<DestinationRef name="Z_t" port="Points"/>
</Connection>
<Connection>
<SourceRef name="Clock1" port="Period"/>
<DestinationRef name="Z_t" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="Clock1" port="Stopped"/>
<DestinationRef name="Z_t" port="End_Transmission"/>
</Connection>
<Connection>
<SourceRef name="Clock1" port="Active"/>
<DestinationRef name="Z_t" port="Lock"/>
</Connection>
<Connection>
<SourceRef name="Clock1" port="Idle"/>
<DestinationRef name="Z_t" port="Unlock"/>
</Connection>
<Connection>
<SourceRef name="Clock2" port="Samples"/>
<DestinationRef name="I_t" port="Points"/>
</Connection>
<Connection>
<SourceRef name="Clock2" port="Period"/>
<DestinationRef name="I_t" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="Clock2" port="Stopped"/>
<DestinationRef name="I_t" port="End_Transmission"/>
</Connection>
<Connection>
<SourceRef name="Clock2" port="Active"/>
<DestinationRef name="I_t" port="Lock"/>
</Connection>
<Connection>
<SourceRef name="Clock2" port="Idle"/>
<DestinationRef name="I_t" port="Unlock"/>
</Connection>
<Connection>
<SourceRef name="Clock3" port="Samples"/>
<DestinationRef name="Aux2_t" port="Points"/>
</Connection>
<Connection>
<SourceRef name="Clock3" port="Period"/>
<DestinationRef name="Aux2_t" port="Raster_Time"/>
</Connection>
<Connection>
<SourceRef name="Clock3" port="Stopped"/>
<DestinationRef name="Aux2_t" port="End_Transmission"/>
</Connection>
<Connection>
<SourceRef name="Clock3" port="Active"/>
<DestinationRef name="Aux2_t" port="Lock"/>
</Connection>
<Connection>
<SourceRef name="Clock3" port="Idle"/>
<DestinationRef name="Aux2_t" port="Unlock"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Tip_Trigger_FWD"/>
<DestinationRef name="PiezoControl" port="Tip_Trigger_FWD"/>
</Connection>
<Connection>
<SourceRef name="Regulator" port="Tip_Trigger_BWD"/>
<DestinationRef name="PiezoControl" port="Tip_Trigger_BWD"/>
</Connection>
<ScriptCode format="base" name="Estimators">
dmFyIF9fZndkbSwgX19id2RtLCBfX2Z5ID0gMDsgIC8vIGJvb2wgZm9yIGZ3ZCBtb2RlLCBib29s
IGZvciBid2QgbW9kZSwgeSB0cmFjZS9yZXRyYWNlIG11bHRpcGxpZXIgKDIvMSkKdmFyIF9fcHBs
ID0gMCwgX19scGYgPSAwOyAvLyBudW1iZXIgb2Ygc3ViZ3JpZCBwb2ludHMgcGVyIGxpbmUgLyBw
ZXIgY29sdW1uCmZ1bmN0aW9uICQkeHlzY2FubmVyKCkKewpfX2Z3ZG0gPSB0cnVlOwpfX2J3ZG0g
PSB0cnVlOwp0cHNmID0gMDsKd2l0aCAoWFlTY2FubmVyKQp7Cl9fZnkgPSAuWV9SZXRyYWNlID8g
MiA6IDE7CnRwc2wgPSAuTGluZV9TdGFydF9EZWxheSArIC5MaW5lX0VuZF9EZWxheSArIDIgKiAu
UmFzdGVyX1RpbWUgKiAuUG9pbnRzOwppZiAoLkVuYWJsZV9aX1Byb2ZpbGluZykgdHBzbCAqPSAy
Owp0cHNmID0gKHRwc2wgKyAuUmFzdGVyX1RpbWUpICogLkxpbmVzICogX19meTsKX19wcGwgPSAo
JFNZUzo6TWF0aC5pbnRlZ2VyKC5Qb2ludHMgLyAuU3ViZ3JpZF9YKSkgKyAoKC5Qb2ludHMgJSAu
U3ViZ3JpZF9YICE9IDApID8gMSA6IDApOwpfX2xwZiA9ICgkU1lTOjpNYXRoLmludGVnZXIoLkxp
bmVzIC8gLlN1YmdyaWRfWSkpICsgKCguTGluZXMgJSAuU3ViZ3JpZF9ZICE9IDApID8gMSA6IDAp
Owpzd2l0Y2ggKC5TdWJncmlkX01hdGNoX01vZGUpCnsKY2FzZSAwOiBicmVhazsKY2FzZSAxOiBf
X2J3ZG0gPSBmYWxzZTsgYnJlYWs7CmNhc2UgMjogX19md2RtID0gZmFsc2U7IGJyZWFrOwp9Cn0K
cmV0dXJuIHRwc2Y7Cn0KZnVuY3Rpb24gJCRzcGVjTGluZSgpCnsKdHBjID0gMDsKY250ID0gMDsK
d2l0aCAoU3BlY3Ryb3Njb3B5KQp7CmlmIChfX2Z3ZG0pCnsKY250Kys7CmlmICgoMCA9PSAuU3Bl
Y3Ryb3Njb3B5X01vZGUpIHx8ICgyID09IC5TcGVjdHJvc2NvcHlfTW9kZSkpCnsKc3RiID0gMDsK
c3RlID0gMDsKaWYgKC5FbmFibGVfRGV2aWNlXzFfU2xld19SYXRlKQp7CnZsdGcgPSAoLkVuYWJs
ZV9HYXBfUHJlc2V0ICYmICguR2FwX1ByZXNldF9Nb2RlICE9IDMpKSA/IC5HYXBfVm9sdGFnZV9Q
cmVzZXQgOiBHYXBWb2x0YWdlQ29udHJvbC5Wb2x0YWdlOwpzdGIgPSAkU1lTOjpNYXRoLmFicyh2
bHRnIC0gLkRldmljZV8xX1N0YXJ0KSAvIC5EZXZpY2VfMV9TbGV3X1JhdGU7CmlmICguRW5hYmxl
X0RldmljZV8xX1JhbXBfUmV2ZXJzYWwpIHN0ZSA9IHN0YjsKZWxzZSBzdGUgPSAkU1lTOjpNYXRo
LmFicyh2bHRnIC0gLkRldmljZV8xX0VuZCkgLyAuRGV2aWNlXzFfU2xld19SYXRlOwp9CmRlbCA9
IC5EZWxheV9UMV8xICsgLkRlbGF5X1QyXzEgKyAuRGVsYXlfVDNfMSArIC5EZWxheV9UNF8xOwp0
cGMgKz0gLkRldmljZV8xX1BvaW50cyAqIC5SYXN0ZXJfVGltZV8xICogKC5FbmFibGVfRGV2aWNl
XzFfUmFtcF9SZXZlcnNhbCA/IDIgOiAxKTsKdHBjICs9IGRlbCArIHN0YiArIHN0ZTsKfQplbHNl
CnsKc3RiID0gMDsKc3RlID0gMDsKaWYgKC5FbmFibGVfRGV2aWNlXzJfU2xld19SYXRlKQp7CnN0
YiA9ICRTWVM6Ok1hdGguYWJzKC5EZXZpY2VfMl9TdGFydCkgLyAuRGV2aWNlXzJfU2xld19SYXRl
OwppZiAoLkVuYWJsZV9EZXZpY2VfMl9SYW1wX1JldmVyc2FsKSBzdGUgPSBzdGI7CmVsc2Ugc3Rl
ID0gJFNZUzo6TWF0aC5hYnMoLkRldmljZV8yX0VuZCkgLyAuRGV2aWNlXzJfU2xld19SYXRlOwp9
CmRlbCA9IC5EZWxheV9UMV8yICsgLkRlbGF5X1QyXzIgKyAuRGVsYXlfVDNfMiArIC5EZWxheV9U
NF8yICsgLkRldmljZV8yX09mZnNldF9EZWxheTsKdHBjICs9IC5EZXZpY2VfMl9Qb2ludHMgKiAu
UmFzdGVyX1RpbWVfMiAqICguRW5hYmxlX0RldmljZV8yX1JhbXBfUmV2ZXJzYWwgPyAyIDogMSk7
CnRwYyArPSBkZWwgKyBzdGIgKyBzdGU7Cn0KfQppZiAoX19id2RtICYmIFhZU2Nhbm5lci5YX1Jl
dHJhY2UpCnsKY250Kys7CnNwZWNtID0gLkVuYWJsZV9BbHRlcm5hdGVfU3BlY3Ryb3Njb3B5X01v
ZGUgPyAuQWx0ZXJuYXRlX1NwZWN0cm9zY29weV9Nb2RlIDogLlNwZWN0cm9zY29weV9Nb2RlOwpp
ZiAoKDAgPT0gc3BlY20pIHx8ICgyID09IHNwZWNtKSkKewpndmx0ZyA9IDA7CnN0YXJ0ID0gLkVu
YWJsZV9BbHRlcm5hdGVfRGV2aWNlXzFfU3RhcnQgPyAuQWx0ZXJuYXRlX0RldmljZV8xX1N0YXJ0
IDogLkRldmljZV8xX1N0YXJ0OwplbmQgPSAuRW5hYmxlX0FsdGVybmF0ZV9EZXZpY2VfMV9FbmQg
PyAuQWx0ZXJuYXRlX0RldmljZV8xX0VuZCA6IC5EZXZpY2VfMV9FbmQ7CndpdGggKEdhcFZvbHRh
Z2VDb250cm9sKSBndmx0ZyA9IC5FbmFibGVfQWx0ZXJuYXRlX1ZvbHRhZ2UgPyAuQWx0ZXJuYXRl
X1ZvbHRhZ2UgOiAuVm9sdGFnZTsKdmx0ZyA9ICguRW5hYmxlX0dhcF9QcmVzZXQgJiYgKC5HYXBf
UHJlc2V0X01vZGUgIT0gMykpID8gLkdhcF9Wb2x0YWdlX1ByZXNldCA6IGd2bHRnOwpkZWwgPSAu
RW5hYmxlX0FsdGVybmF0ZV9EZWxheV9UMV8xID8gLkFsdGVybmF0ZV9EZWxheV9UMV8xIDogLkRl
bGF5X1QxXzE7CmRlbCArPSAuRW5hYmxlX0FsdGVybmF0ZV9EZWxheV9UMl8xID8gLkFsdGVybmF0
ZV9EZWxheV9UMl8xIDogLkRlbGF5X1QyXzE7CmRlbCArPSAuRW5hYmxlX0FsdGVybmF0ZV9EZWxh
eV9UM18xID8gLkFsdGVybmF0ZV9EZWxheV9UM18xIDogLkRlbGF5X1QzXzE7CmRlbCArPSAuRW5h
YmxlX0FsdGVybmF0ZV9EZWxheV9UNF8xID8gLkFsdGVybmF0ZV9EZWxheV9UNF8xIDogLkRlbGF5
X1Q0XzE7CnN0YiA9IDA7CnN0ZSA9IDA7CmlmICguRW5hYmxlX0RldmljZV8xX1NsZXdfUmF0ZSkK
ewppZiAoLkVuYWJsZV9BbHRlcm5hdGVfRGV2aWNlXzFfU2xld19SYXRlKQp7CnN0YiA9ICRTWVM6
Ok1hdGguYWJzKHZsdGcgLSBzdGFydCkgLyAuQWx0ZXJuYXRlX0RldmljZV8xX1NsZXdfUmF0ZTsK
aWYgKC5FbmFibGVfRGV2aWNlXzFfUmFtcF9SZXZlcnNhbCkgc3RlID0gc3RiOwplbHNlIHN0ZSA9
ICRTWVM6Ok1hdGguYWJzKHZsdGcgLSBlbmQpIC8gLkFsdGVybmF0ZV9EZXZpY2VfMV9TbGV3X1Jh
dGU7Cn0KZWxzZQp7CnN0YiA9ICRTWVM6Ok1hdGguYWJzKHZsdGcgLSBzdGFydCkgLyAuRGV2aWNl
XzFfU2xld19SYXRlOwppZiAoLkVuYWJsZV9EZXZpY2VfMV9SYW1wX1JldmVyc2FsKSBzdGUgPSBz
dGI7CmVsc2Ugc3RlID0gJFNZUzo6TWF0aC5hYnModmx0ZyAtIGVuZCkgLyAuRGV2aWNlXzFfU2xl
d19SYXRlOwp9Cn0KdHBjICs9IC5EZXZpY2VfMV9Qb2ludHMgKiAuUmFzdGVyX1RpbWVfMSAqICgu
RW5hYmxlX0RldmljZV8xX1JhbXBfUmV2ZXJzYWwgPyAyIDogMSkgKyBkZWwgKyBzdGIgKyBzdGU7
Cn0KZWxzZQp7CnN0YXJ0ID0gLkVuYWJsZV9BbHRlcm5hdGVfRGV2aWNlXzJfU3RhcnQgPyAuQWx0
ZXJuYXRlX0RldmljZV8yX1N0YXJ0IDogLkRldmljZV8yX1N0YXJ0OwplbmQgPSAuRW5hYmxlX0Fs
dGVybmF0ZV9EZXZpY2VfMl9FbmQgPyAuQWx0ZXJuYXRlX0RldmljZV8yX0VuZCA6IC5EZXZpY2Vf
Ml9FbmQ7CmRlbCA9IC5FbmFibGVfQWx0ZXJuYXRlX0RlbGF5X1QxXzIgPyAuQWx0ZXJuYXRlX0Rl
bGF5X1QxXzIgOiAuRGVsYXlfVDFfMjsKZGVsICs9IC5FbmFibGVfQWx0ZXJuYXRlX0RlbGF5X1Qy
XzIgPyAuQWx0ZXJuYXRlX0RlbGF5X1QyXzIgOiAuRGVsYXlfVDJfMjsKZGVsICs9IC5FbmFibGVf
QWx0ZXJuYXRlX0RlbGF5X1QzXzIgPyAuQWx0ZXJuYXRlX0RlbGF5X1QzXzIgOiAuRGVsYXlfVDNf
MjsKZGVsICs9IC5FbmFibGVfQWx0ZXJuYXRlX0RlbGF5X1Q0XzIgPyAuQWx0ZXJuYXRlX0RlbGF5
X1Q0XzIgOiAuRGVsYXlfVDRfMjsKZGVsICs9IC5EZXZpY2VfMl9PZmZzZXRfRGVsYXk7CnN0YiA9
IDA7CnN0ZSA9IDA7CmlmICguRW5hYmxlX0RldmljZV8yX1NsZXdfUmF0ZSkKewppZiAoLkVuYWJs
ZV9BbHRlcm5hdGVfRGV2aWNlXzJfU2xld19SYXRlKQp7CnN0YiA9ICRTWVM6Ok1hdGguYWJzKHN0
YXJ0KSAvIC5BbHRlcm5hdGVfRGV2aWNlXzJfU2xld19SYXRlOwppZiAoLkVuYWJsZV9EZXZpY2Vf
Ml9SYW1wX1JldmVyc2FsKSBzdGUgPSBzdGI7CmVsc2Ugc3RlID0gJFNZUzo6TWF0aC5hYnMoc3Rh
cnQpIC8gLkFsdGVybmF0ZV9EZXZpY2VfMl9TbGV3X1JhdGU7Cn0KZWxzZQp7CnN0YiA9ICRTWVM6
Ok1hdGguYWJzKHN0YXJ0KSAvIC5EZXZpY2VfMl9TbGV3X1JhdGU7CmlmICguRW5hYmxlX0Rldmlj
ZV8yX1JhbXBfUmV2ZXJzYWwpIHN0ZSA9IHN0YjsKZWxzZSBzdGUgPSAkU1lTOjpNYXRoLmFicyhz
dGFydCkgLyAuRGV2aWNlXzJfU2xld19SYXRlOwp9Cn0KdHBjICs9IC5EZXZpY2VfMl9Qb2ludHMg
KiAuUmFzdGVyX1RpbWVfMiAqICguRW5hYmxlX0RldmljZV8yX1JhbXBfUmV2ZXJzYWwgPyAyIDog
MSkgKyBkZWwgKyBzdGIgKyBzdGU7Cn0KfQppZiAoLkVuYWJsZV9HYXBfUHJlc2V0KQp7CmdwZCA9
IC5HYXBfUHJlc2V0X0ZlZWRiYWNrX1ByZV9EZWxheSArIC5HYXBfUHJlc2V0X0ZlZWRiYWNrX1Bv
c3RfRGVsYXk7Cmdwc3QgPSAwOwppZiAoKC5HYXBfUHJlc2V0X01vZGUgIT0gMykgJiYgLkVuYWJs
ZV9HYXBfVm9sdGFnZV9QcmVzZXRfU2xld19SYXRlKQp7Cmdwc3QgPSAkU1lTOjpNYXRoLmFicyhH
YXBWb2x0YWdlQ29udHJvbC5Wb2x0YWdlIC0gLkdhcF9Wb2x0YWdlX1ByZXNldCkgLyAuR2FwX1Zv
bHRhZ2VfUHJlc2V0X1NsZXdfUmF0ZTsKfQp0cGdwID0gMDsKaWYgKC5HYXBfUHJlc2V0X01vZGUg
IT0gMikKdHBncCA9IGdwc3QgKiAyICsgZ3BkOwplbHNlCnsKdHBncCA9ICguR2FwX1ByZXNldF9G
ZWVkYmFja19QcmVfRGVsYXkgPiBncHN0KSA/IC5HYXBfUHJlc2V0X0ZlZWRiYWNrX1ByZV9EZWxh
eSA6IGdwc3Q7CnRwZ3AgKz0gKC5HYXBfUHJlc2V0X0ZlZWRiYWNrX1Bvc3RfRGVsYXkgPiBncHN0
KSA/IC5HYXBfUHJlc2V0X0ZlZWRiYWNrX1Bvc3RfRGVsYXkgOiBncHN0Owp9CnRwYyArPSAodHBn
cCArIDAuMDAyKSAqIGNudDsKfQp0cGMgKz0gKDAuMDA3ICsgKDAuMDAxICogKC5FbmFibGVfU3Rh
dHVzX1NpZ25hbHMgPyAxIDogMCkpKSAqIGNudDsKfQpyZXR1cm4gdHBjOwp9CmZ1bmN0aW9uICRl
c3RpbWF0ZVJhc3RlclNjYW4oKQp7CnRvdGFsID0gMDsKdHJ5CnsKdG90YWwgPSAkJHh5c2Nhbm5l
cigpOwppZiAoWFlTY2FubmVyLkVuYWJsZV9TdWJncmlkKSB0b3RhbCArPSAkJHNwZWNMaW5lKCkg
KiBfX3BwbCAqIF9fbHBmICogX19meTsKfQpjYXRjaCAoRU5USVRZRVJSKQp7fQpyZXR1cm4gIlRp
bWUgcGVyIHNjYW4gY3ljbGU7IiArIHRvdGFsOwp9CmZ1bmN0aW9uICRlc3RpbWF0ZVNQU0xpbmUo
KQp7CnRvdGFsID0gMDsKdHJ5CnsKdG90YWwgPSAkJHNwZWNMaW5lKCk7Cn0KY2F0Y2ggKEVOVElU
WUVSUikKe30KcmV0dXJuICJUaW1lIGZvciBvbmUgc3BlY3Ryb3Njb3B5IG1lYXN1cmVtZW50OyIg
KyB0b3RhbDsKfQ==
</ScriptCode>
</ExperimentStructure>