mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-31 18:18:00 +00:00
minor fix to printed text
This commit is contained in:
@@ -280,7 +280,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
final_carriers = infos[path[-1]][1].carriers
|
final_carriers = infos[path[-1]][1].carriers
|
||||||
|
|
||||||
print('The total SNR per channel is:')
|
print('The total SNR per channel at the end of the line is:')
|
||||||
print('Ch. # \t Channel frequency (THz) \t'
|
print('Ch. # \t Channel frequency (THz) \t'
|
||||||
' SNR total (signal bw, dB)')
|
' SNR total (signal bw, dB)')
|
||||||
for final_carrier in final_carriers:
|
for final_carrier in final_carriers:
|
||||||
|
|||||||
Reference in New Issue
Block a user