-
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 is performed using the VCP interface
- To calibrate use a 50 Ohm terminator that can safely dissipate 5 W
-
<channel number>
is 0...7
Each RF Channel has a power FET that requires a 50mA bias current. The bias current is controlled by a DAC that biasses FET gate voltage. To calibrate the DAC voltage required to achieve 50mA bias current run the biascal <channel number> 50
(50 mA) command. The calibration can done with the inputs and outputs terminated or open.
Connect the amplifier input to a 200MHz source, terminate its output.
- Adjust the input power until the output power is approximately 23 dBm
- Run
intcal <channel number> 1 <p_out>
where<p_out>
it the actual output power (e.g.intcal 0 1 23.2
for 23.2 dBm output power when calibrating channel 0) - Adjust the input power until the output power reaches approximately 33dB
- Run
intcal <channel number> 2 <p_out>
A successful calibration will give the following output on the VCP:
[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