SWR plot on a Loop UnderGround (LuG)

by nomadiq | Jan. 25, 2019, 6:22 a.m.

Introducing images:

 

 

 

 

 

 

 

 

This text is arial - nice SWR graph above though, hey?

 

Now for a code snippet

 

for i in range(30):
    print(i)

def myfunc(value):
    value = value + 2
    return value

Image with caption:

Image Caption

 

Back to All Articles.