Skip to content

Commit c723bfa

Browse files
doc string updated
1 parent 7201cbd commit c723bfa

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

Delta_mode_Keithley_6221_2182/Backends/Delta_K6221_K2182_Simple_v7.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Backend module for Delta Mode measurements using Keithley 6221 and 2182.
3+
Handles simplified communication protocols.
4+
"""
15
# -------------------------------------------------------------------------------
26
# Name: Delta Mode Measurement (Improved)
37
# Purpose: Perform a Delta mode measurement with robust error handling

Keithley_6517B/Pyroelectricity/Backends/PyroDataVisualization_Simple_v10.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Visualization backend for Pyroelectricity measurements using the Keithley 6517B.
3+
Handles real-time data plotting and formatting.
4+
"""
15
import pandas as pd
26
import matplotlib.pyplot as plt
37
from matplotlib.animation import FuncAnimation

Utilities/GPIB_Interface_Rescue_Simple_Backened_v2_.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Utility script to attempt rescuing a stuck GPIB interface.
3+
Resets the bus and clears instrument states.
4+
"""
15
import pyvisa
26
import time
37

Utilities/LivePlotter_v10.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
General utility for live plotting data streams.
3+
Provides a standardized class for real-time graph updates.
4+
"""
15
# ploter for the Live_plots_Temperature_dependendent_V
26
import pandas as pd
37
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)