-
Notifications
You must be signed in to change notification settings - Fork 3
Calibration
Booster should be pre-calibrated by the supplier, users should never need to recalibrate. Incorrect calibration can damage Booster and any devices connected to it.
-
Calibration takes place using the terminal exposed via the USB interface.
-
To calibrate use a 50 Ohm terminator that can safely dissipate 10 W.
-
<channel number>
is 0...7
Each RF Channel has a power stage amplifier that requires a proper current bias. This is calibrated as follows.
- Leave output and input SMAs open.
- Run
biascal <channel number> 50
. (50 mA)
After these steps, you should see following result indicative of success:
TODO ADD CLI OUTPUT
After these steps, you may see the following result:
[biascal] error, current too high 52 > 50
This is related to module current exceeding 2% setpoint margin because DAC step is set a little bit high. It'll be fixed soon, but for now, you can just redo your calibration with slightly higher current eg. 52 mA and it should be fine
An internal reference is compared with output power for this interlock. The internal reference is calibrated as follows.
Supply 200 MHz RF to amplifier input at power level that results in amplifier output (P_out) of XX dBm. Connect amplifier output SMA to 50 Ohm load.
- Set P_out = 23 dBm.
- Run
intcal <channel number> 1 23.0
. - Set O_out to 33 dBm.
- Run
intcal <channel number> 2 33.0
.
[ointcal] done, interlock value = 994 [intcal] Calibration step = 1 completed = 994 [intcal] done, got 2-point cal val 994 pwr 36 [intcal] done, got power factors a=8.91 b=-25.49
Supply 200 MHz RF to amplifier input at power level that results in amplifier output (P_out) of XX dBm. Connect amplifier output SMA to 50 Ohm load or leave open as instructed.
- P_out = 0 dBm into 50 Ohm load.
- Run
calpwr <channel number> 1 0.0
- P_out = 0 dBm into open load.
- Run
calpwr <channel number> 3 0.0
- P_out = 33 dBm into 50 Ohm load.
- Run
calpwr <channel number> 2 33.0
- P_out = 33 dBm into open load.
- Run
calpwr <channel number> 4 33.0
After these steps, you should see following result:
TODO ADD CLI OUTPUT
Supply 200 MHz RF to amplifier input at power level = Gen_out. Connect amplifier output SMA to 50 Ohm load.
- Set output interlock to safe level:
intv <channel number> 30
. - Set Gen_out = 3 dBm, with generator connected to channel input SMA.
- Run
cal <channel number> 0
After these steps, you should see following result:
TODO ADD CLI OUTPUT