readout_program/chapters/05-06-pump-config.md

16 lines
726 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 5.6. Pump模拟电路配置
对处理器Pump通道的编程包括模拟电路配置项和使能配置项。模拟电路用于将Pump通道配置输出一个指定功率和频率的微波信号而使能配置项用于控制微波信号的实时开关。
Pump输出时需要使能输出并配置好输出频率和功率以下是具体配置项。
|配置名|描述|
|:-|:-|
|pump_freq|pump信号输出频率|
|pump_power|pump信号输出功率|
|pump_enable|pump信号输出使能|
* pump_freq: 32比特整数范围[7000000, 9000000], 单位是kHz
* pump_power: 32比特整数范围[-1100, -300] 具体映射关系取决于硬件
* pump_enable: `32'h11` 为使能(开),`32'h00` 为关闭(关)