We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8479ac1 commit 0fdaf04Copy full SHA for 0fdaf04
1 file changed
pvlib/iotools/pan_binary.py
@@ -213,8 +213,8 @@ def read_pan_binary(filename):
213
files was available. So, this parser is based on inferred logic, rather
214
than anything specified by PVsyst.
215
216
- The parser can only be used on PVsyst pan files that were created via
217
- the older binary format. For files that use the newer text format
+ The parser can only be used on binary .pan files.
+ For files that use the newer text format
218
please refer to `pvlib.iotools.panond.read_panond`.
219
220
"""
0 commit comments