Skip to content

Commit 02f3797

Browse files
committed
new library v1.26.1806.1
Fixed bug related to new firmware version v1.16
1 parent e1cc4a3 commit 02f3797

14 files changed

+18
-17
lines changed

Examples_IOT/RFE_Example_IoT_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def PrintPeak(objAnalazyer):
3434
# global variables and initialization
3535
#---------------------------------------------------------
3636

37-
SERIALPORT = None #serial port data
37+
SERIALPORT = None #serial port identifier, use None to autodetect
3838
BAUDRATE = 500000
3939

4040
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread

Examples_IOT/RFE_Example_IoT_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def ControlSettings(objAnalazyer):
6767
# global variables and initialization
6868
#---------------------------------------------------------
6969

70-
SERIALPORT = None #serial port data
70+
SERIALPORT = None #serial port identifier, use None to autodetect
7171
BAUDRATE = 500000
7272

7373
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread

Examples_USB/RFE6GEN_Example_USB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# global variables and initialization
2020
#---------------------------------------------------------
2121

22-
SERIALPORT = None #serial port data
22+
SERIALPORT = None #serial port identifier, use None to autodetect
2323
BAUDRATE = 500000
2424

2525
objRFEGenerator = RFExplorer.RFECommunicator() #Initialize object and thread

Examples_USB/RFE_Example_USB_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def PrintPeak(objAnalazyer):
3434
# global variables and initialization
3535
#---------------------------------------------------------
3636

37-
SERIALPORT = None #serial port data
37+
SERIALPORT = None #serial port identifier, use None to autodetect
3838
BAUDRATE = 500000
3939

4040
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread

Examples_USB/RFE_Example_USB_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def ControlSettings(objAnalazyer):
6767
# global variables and initialization
6868
#---------------------------------------------------------
6969

70-
SERIALPORT = None #serial port data
70+
SERIALPORT = None #serial port identifier, use None to autodetect
7171
BAUDRATE = 500000
7272

7373
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread

RFExplorer/RFE6GEN_CalibrationData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#============================================================================
77
#RF Explorer Python Libraries - A Spectrum Analyzer for everyone!
8-
#Copyright © 2010-17 Ariel Rocholl, www.rf-explorer.com
8+
#Copyright © 2010-18 Ariel Rocholl, www.rf-explorer.com
99
#
1010
#This application is free software; you can redistribute it and/or
1111
#modify it under the terms of the GNU Lesser General Public

RFExplorer/RFEAmplitudeTableData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#============================================================================
77
#RF Explorer Python Libraries - A Spectrum Analyzer for everyone!
8-
#Copyright © 2010-17 Ariel Rocholl, www.rf-explorer.com
8+
#Copyright © 2010-18 Ariel Rocholl, www.rf-explorer.com
99
#
1010
#This application is free software; you can redistribute it and/or
1111
#modify it under the terms of the GNU Lesser General Public

RFExplorer/RFEConfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#============================================================================
77
#RF Explorer Python Libraries - A Spectrum Analyzer for everyone!
8-
#Copyright © 2010-17 Ariel Rocholl, www.rf-explorer.com
8+
#Copyright © 2010-18 Ariel Rocholl, www.rf-explorer.com
99
#
1010
#This application is free software; you can redistribute it and/or
1111
#modify it under the terms of the GNU Lesser General Public

RFExplorer/RFESweepData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#============================================================================
77
#RF Explorer Python Libraries - A Spectrum Analyzer for everyone!
8-
#Copyright © 2010-17 Ariel Rocholl, www.rf-explorer.com
8+
#Copyright © 2010-18 Ariel Rocholl, www.rf-explorer.com
99
#
1010
#This application is free software; you can redistribute it and/or
1111
#modify it under the terms of the GNU Lesser General Public

RFExplorer/RFESweepDataCollection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#============================================================================
77
#RF Explorer Python Libraries - A Spectrum Analyzer for everyone!
8-
#Copyright © 2010-17 Ariel Rocholl, www.rf-explorer.com
8+
#Copyright © 2010-18 Ariel Rocholl, www.rf-explorer.com
99
#
1010
#This application is free software; you can redistribute it and/or
1111
#modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)