18 lines
654 B
TOML
18 lines
654 B
TOML
# 激光驾束仪-001 配置
|
|
Type = "LaserBeamRider" # 指示器类型
|
|
|
|
[Name]
|
|
Zh = "激光驾束仪-001"
|
|
En = "Laser Beam Rider-001"
|
|
|
|
[BeamRiderConfig] # 激光驾束仪配置
|
|
Power = 1000.0 # 功率 (瓦特, JSON中为1000)
|
|
Wavelength = 1.06 # 波长 (微米)
|
|
JammingResistanceThreshold = 1.0e-5 # 干扰抗性阈值 (瓦特)
|
|
ControlFieldDiameter = 6.0 # 控制视场直径 (米)
|
|
|
|
[BeamRiderConfig.LaserCodeConfig] # 激光编码配置
|
|
[BeamRiderConfig.LaserCodeConfig.Code]
|
|
CodeType = "PRF" # 编码类型
|
|
CodeValue = 1010 # 编码值
|
|
# IsCodeEnabled and IsCodeMatchRequired are not present in the JSON. |