Files
oopt-gnpy-web-gui/data/configurationdata.json
2022-05-31 16:30:14 +05:30

198 lines
4.2 KiB
JSON

{
"project": {
"network_id": "GNPy",
"network_platform_layout": [
"ANSI",
"ETSI"
],
"eqpt_config_file_path": "https://uatassess.hiremee.co.in/Data/eqpt_config.json"
},
"node": {
"site_length": 20,
"dir": "Assets/img/",
"roadm_type": [
"Default"
],
"Roadm": {
"is_degree_validation": false,
"default": {
"label": "NE ",
"FV_label": "ROADM ",
"node_degree": 100,
"node_type": "Roadm",
"roadm_type": "",
"pre_amp_type": "",
"booster_type": "",
"component_type": "node"
}
},
"ILA": {
"is_degree_validation": true,
"default": {
"label": "NE ",
"FV_label": "ILA ",
"node_degree": 2,
"node_type": "Amplifier",
"amp_category": "ILA",
"pre_amp_type": "",
"booster_type": "",
"component_type": "node"
}
},
"Amplifier": {
"is_degree_validation": true,
"default": {
"label": "NE ",
"FV_label": "EDFA ",
"node_degree": 2,
"node_type": "Amplifier",
"amp_category": "Amplifier",
"pre_amp_type": "",
"component_type": "node",
"amp_type": ""
}
},
"RamanAmplifier": {
"is_degree_validation": true,
"default": {
"label": "NE ",
"FV_label": "Raman ",
"node_degree": 2,
"node_type": "Amplifier",
"amp_category": "RamanAmplifier",
"pre_amp_type": "",
"component_type": "node",
"amp_type": ""
}
},
"Fused": {
"is_degree_validation": true,
"default": {
"label": "NE ",
"FV_label": "Attenuator ",
"node_degree": 2,
"node_type": "Fused",
"pre_amp_type": "none",
"booster_type": "none",
"component_type": "node"
}
},
"Transceiver": {
"is_degree_validation": false,
"default": {
"label": "TCVR ",
"FV_label": "TCVR ",
"node_degree": 100,
"node_type": "Transceiver",
"transceiver_type": "",
"transceiver_mode": "",
"component_type": "node"
}
}
},
"DualFiber": {
"component_type": "Fiber",
"fiber_category": "Dual Fiber",
"fiber_type": [
"SSMF",
"LOF",
"NZDF"
],
"SSMF": {
"CD_coefficient": 16.7
},
"LOF": {
"CD_coefficient": 22.0
},
"NZDF": {
"CD_coefficient": 5.0
},
"default": {
"fiber_type": "SSMF",
"CD_coefficient": 16.7,
"PMD_coefficient": 0.0400028124,
"Span_length": "1.0",
"Loss_coefficient": "0.25",
"Connector_in": "0.5",
"Connector_out": "0.5",
"Ageing_loss": "0.0",
"Length_based_loss": false,
"Span_loss": "0.0"
}
},
"SingleFiber": {
"component_type": "Fiber",
"fiber_category": "Single Fiber",
"fiber_type": [
"SSMF",
"LOF",
"NZDF"
],
"SSMF": {
"CD_coefficient": 16.7
},
"LOF": {
"CD_coefficient": 22.0
},
"NZDF": {
"CD_coefficient": 5.0
},
"default": {
"fiber_type": "",
"CD_coefficient": "",
"PMD_coefficient": "",
"Span_length": "",
"Loss_coefficient": "",
"Connector_in": "",
"Connector_out": "",
"Ageing_loss": "",
"Length_based_loss": false,
"Span_loss": ""
}
},
"Service": {
"component_type": "Service",
"service_type": [
"OpenROADM MSA ver. 4.0"
],
"data_rate": [
"100G DP-QPSK",
"200G DP-QPSK",
"300G DP-8QAM",
"400G DP-16QAM"
],
"100G DP-QPSK": [
"27.95",
"31.57"
],
"200G DP-QPSK": [
"63.1"
],
"300G DP-8QAM": [
"63.1"
],
"400G DP-16QAM": [
"63.1"
],
"Central_frequency": [
"Auto"
],
"Grid_spacing_min": "Baud-rate",
"Grid_spacing_max": "150GHz",
"default": {
"service_type": "OpenROADM MSA ver. 4.0",
"Frequency_min": 0.0400028124,
"Frequency_max": 1.0,
"Data_rate": "100G DP-QPSK",
"Baud_rate": 27.95,
"Grid_spacing": "50GHz",
"band_width": 100
}
},
"Patch": {
"component_type": "Patch"
}
}