diff --git a/README.md b/README.md
index 7046df7..21b195a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
__\[fn_gen\]__ The Function Generator SCPI library in Python
-### Description: A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)
+### Description:
+
+A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)
### Installation:
diff --git a/docs/all-documents.html b/docs/all-documents.html
index ae892ab..fe7a4c3 100644
--- a/docs/all-documents.html
+++ b/docs/all-documents.html
@@ -139,7 +139,7 @@
Package
Package
PUBLIC
-
Undocumented
+
A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)
fn_gen.common
@@ -147,7 +147,7 @@
Module
Module
PUBLIC
-
Undocumented
+
Common functions that are used all over the package
fn_gen.dg2052
@@ -155,7 +155,7 @@
Module
Module
PUBLIC
-
No module docstring; 1/1 class documented
+
The main funciton generator module
fn_gen.enums
@@ -163,7 +163,7 @@
Package
Package
PUBLIC
-
Undocumented
+
Some enums that are used within this package
fn_gen.enums.comm_method
@@ -171,7 +171,7 @@
Module
Module
PUBLIC
-
No module docstring; 1/1 class documented
+
Communication Method Enumeration
fn_gen.enums.sweep_signal_type
@@ -179,7 +179,7 @@
Module
Module
PUBLIC
-
No module docstring; 1/1 class documented
+
Enumeration representing the different signal types used in a sweep
Checks the whether the given value is within bounds
fn_gen.enums.comm_method.CommMethod
@@ -444,30 +444,30 @@
Class
PUBLIC
This is an object representing the Rigol DG2052 function generator. This object uses the SCPI protocol for communicating with the Rigol DG2052 function generator.
-
+
-
fn_gen.dg2052.DG2052.port
-
fn_gen.dg2052.DG2052.html#port
+
fn_gen.dg2052.DG2052.__comm
+
fn_gen.dg2052.DG2052.html#__comm
Attribute
Instance Variable
-
PUBLIC
-
The SCPI port describing the device, consists of a communication method and device port followed by the "::INSTR" keyword. communication method: can be either USB or TCPIP (other communication methods are not supported for this device) device port: either COMM4 or /dev/USB0 for USB in windows and posix systems respectively or the IP Address for TCPIP...
-
+
PRIVATE
+
Undocumented
+
-
fn_gen.dg2052.DG2052.rm
-
fn_gen.dg2052.DG2052.html#rm
+
fn_gen.dg2052.DG2052.__rm
+
fn_gen.dg2052.DG2052.html#__rm
Attribute
Instance Variable
-
PUBLIC
-
The resource manager object for pyvisa (for future use)
-
+
PRIVATE
+
Undocumented
+
-
fn_gen.dg2052.DG2052.comm
-
fn_gen.dg2052.DG2052.html#comm
+
fn_gen.dg2052.DG2052.__port
+
fn_gen.dg2052.DG2052.html#__port
Attribute
Instance Variable
-
PUBLIC
-
The communication method used (either TCPIP or USB)
+
PRIVATE
+
Undocumented
fn_gen.dg2052.DG2052.__init__
@@ -483,7 +483,7 @@
Function
Method
PUBLIC
-
shows the identification of the connected instrument
+
Shows the identification of the connected instrument
fn_gen.dg2052.DG2052.set_output
@@ -499,7 +499,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Toggles the corresponding output channel
fn_gen.dg2052.DG2052.get_output_volt_limits
@@ -515,7 +515,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Returns the output impedance.
fn_gen.dg2052.DG2052.get_output_load
@@ -523,7 +523,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Returns the output load.
fn_gen.dg2052.DG2052.get_output_signal
@@ -531,7 +531,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Returns the signal type and parameters.
fn_gen.dg2052.DG2052.get_output_state
@@ -539,7 +539,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Returns the output state of the signal
fn_gen.dg2052.DG2052.is_output_on
@@ -547,7 +547,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Returns a boolean representing the state of the output
fn_gen.dg2052.DG2052.set_dc
@@ -555,7 +555,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the output channel to DC voltage mode
fn_gen.dg2052.DG2052.set_sine_wave
@@ -563,7 +563,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the output channel to A Sine Wave
fn_gen.dg2052.DG2052.set_frequency
@@ -571,7 +571,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the frequency of the set signal
fn_gen.dg2052.DG2052.set_square_wave
@@ -579,7 +579,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the output channel to A Square Wave
fn_gen.dg2052.DG2052.set_ramp
@@ -587,7 +587,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the output channel to A Ramp (Triangular) Wave
fn_gen.dg2052.DG2052.set_sweep
@@ -595,7 +595,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Sets the parameters of a signal sweep
fn_gen.dg2052.DG2052.trigger_sweep
@@ -603,7 +603,7 @@
Function
Method
PUBLIC
-
Undocumented
+
Triggers a sweep manually (Only works if the sweep was setup with trigger_source as SweepTriggerSource.MANUAL)