mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
docs: Fix JSON syntax
This commit is contained in:
@@ -131,7 +131,7 @@ Several amplifiers can be used by GNpy, so they are defined as an array of equip
|
|||||||
"out_voa_auto": false,
|
"out_voa_auto": false,
|
||||||
"allowed_for_design": true
|
"allowed_for_design": true
|
||||||
}
|
}
|
||||||
],
|
]}
|
||||||
|
|
||||||
|
|
||||||
3. Amplifier models
|
3. Amplifier models
|
||||||
@@ -295,6 +295,6 @@ the json input file should have the following fields:
|
|||||||
"nf_fit_coeff": "nf_filename.txt",
|
"nf_fit_coeff": "nf_filename.txt",
|
||||||
"nf_ripple": "nf_ripple_filename.txt",
|
"nf_ripple": "nf_ripple_filename.txt",
|
||||||
"gain_ripple": "DFG_filename.txt",
|
"gain_ripple": "DFG_filename.txt",
|
||||||
"dgt": "DGT_filename.txt",
|
"dgt": "DGT_filename.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user