mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
rearranging files
This commit is contained in:
@@ -1,116 +0,0 @@
|
||||
|
||||
{"route": {
|
||||
"name": "OpticalRoute",
|
||||
"id": "abc123",
|
||||
"description": "Optical Route from A to B"
|
||||
},
|
||||
"spans" :[
|
||||
{
|
||||
"order":0,
|
||||
"id":"",
|
||||
"name":"",
|
||||
"description":"Booster_Connection",
|
||||
"length": 0.0,
|
||||
"dispersion":"",
|
||||
"dispersion_slope": 16.7,
|
||||
"pmd": 0.0,
|
||||
"loss":0.0,
|
||||
"fiber_type": "SMF-28e",
|
||||
"nonlinear_coef": 0.0
|
||||
|
||||
},
|
||||
{
|
||||
"order":1,
|
||||
"id":"",
|
||||
"name":"",
|
||||
"description":"Span",
|
||||
"length": 80.0,
|
||||
"dispersion":"",
|
||||
"dispersion_slope": 16.7,
|
||||
"pmd": 0.0
|
||||
"loss":20.0,
|
||||
"fiber_type": "SMF-28e",
|
||||
"nonlinear_coef": 0.0
|
||||
|
||||
},
|
||||
{
|
||||
"order":2,
|
||||
"id":"",
|
||||
"name":"",
|
||||
"description":"Preamp Connection",
|
||||
"type": "patch"
|
||||
"length": 1,
|
||||
"dispersion":"[0]",
|
||||
"dispersion_slope": 16.7,
|
||||
"pmd": 0.0,
|
||||
"loss":0.0,
|
||||
"fiber_type": "SMF-28e",
|
||||
"nonlinear_coef": 0.0
|
||||
|
||||
}
|
||||
],
|
||||
"amps" :[
|
||||
{
|
||||
"order":0,
|
||||
"id":"amp0",
|
||||
"name": "Booster",
|
||||
"description":"This is the booster amp",
|
||||
"type":"acme_edfa_1",
|
||||
"manufacturer": "acme corp",
|
||||
"manufacturer_pn": "acme model1",
|
||||
"manufacturer_gain_profile":,
|
||||
"edges": [0,1],
|
||||
"frequencies": [193.95],
|
||||
"gain": [15.0],
|
||||
"nf": [8],
|
||||
"input_voa":0.0,
|
||||
"output_voa":14.0,
|
||||
"pin":[-10],
|
||||
"ptarget":[0],
|
||||
"pmax": 23.0
|
||||
},
|
||||
{
|
||||
"order":1,
|
||||
"id":"amp1",
|
||||
"name": "PreAmp",
|
||||
"description":"This is the preamp",
|
||||
"type":"acme_edfa_2",
|
||||
"manufacturer": "acme corp",
|
||||
"manufacturer_pn": "acme model2",
|
||||
"manufacturer_gain_profile":,
|
||||
"edges": [1,2],
|
||||
"frequencies": [193.95],
|
||||
"gain": [24.0],
|
||||
"nf": [5.5],
|
||||
"input_voa":0.0,
|
||||
"output_voa":4.0,
|
||||
"pin":[-20],
|
||||
"ptarget":[0],
|
||||
"pmax": 23.0
|
||||
}.
|
||||
{
|
||||
"order":1,
|
||||
"id":"amp1",
|
||||
"name": "PreAmp",
|
||||
"description":"This is the preamp",
|
||||
"type":"acme_edfa_2",
|
||||
"manufacturer": "acme corp",
|
||||
"manufacturer_pn": "acme model2",
|
||||
"manufacturer_gain_profile":,
|
||||
"edges": [1,2],
|
||||
"frequencies": [193.95],
|
||||
"gain": [24.0],
|
||||
"nf": [5.5],
|
||||
"input_voa":0.0,
|
||||
"output_voa":4.0,
|
||||
"pin":[-20],
|
||||
"ptarget":[0],
|
||||
"pmax": 23.0
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"transmitter": {
|
||||
"name": "tx",
|
||||
"id": "abc123",
|
||||
"description": "transmitter1",
|
||||
"launch_node": 0
|
||||
},
|
||||
"channel": [{
|
||||
"id": "unique_id1",
|
||||
"name": "",
|
||||
"description": "",
|
||||
"channel_num": 0,
|
||||
"manufacturer": "acme corp",
|
||||
"manufacturer_pn": "acme model1",
|
||||
"frequency": [193.95],
|
||||
"modulation": "QPSK",
|
||||
"baud_rate": 32.0,
|
||||
"capacity": 100,
|
||||
"psd": "acme_model1_mode_1",
|
||||
"dispersion_precomp": 0,
|
||||
"fec": "25%OH",
|
||||
"filter": "rrc",
|
||||
"filter_params": [0.4],
|
||||
"polarization_mux": "interleaved",
|
||||
"osnr": 40.0,
|
||||
"power": -5.0,
|
||||
"rx_nodes": [3]
|
||||
},
|
||||
{
|
||||
"id": "unique_id2",
|
||||
"name": "",
|
||||
"description": "",
|
||||
"channel_num": 0,
|
||||
"manufacturer": "acme corp",
|
||||
"manufacturer_pn": "acme model1",
|
||||
"frequency": [193.95],
|
||||
"modulation": "QPSK",
|
||||
"baud_rate": 32.0,
|
||||
"capacity": 100,
|
||||
"psd": "acme_model1_mode_1",
|
||||
"dispersion_precomp": 0,
|
||||
"fec": "25%OH",
|
||||
"filter": "rrc",
|
||||
"filter_params": [0.4],
|
||||
"polarization_mux": "interleaved",
|
||||
"osnr": 40.0,
|
||||
"power": -5.0,
|
||||
"rx_nodes": [3]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user