Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jankae/LibreVNA
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Jul 10, 2024
2 parents f2df7ad + 2d0c857 commit b09ea7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Documentation/DeveloperInfo/Device_protocol_v13.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Documentation/DeveloperInfo/Device_protocol_v13.tex
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ \subsection{DeviceInfo}
6 & 1 & CHAR & HW\_revision & Revision of the hardware, currently only `B' is used \\
7 & 8 & UINT64 & MinFreq & Minimum supported frequency in Hz \\
15 & 8 & UINT64 & MaxFreq & Maximum supported frequency in Hz \\
23 & 4 & UINT64 & MinIFBW & Minimum supported IF bandwidth in Hz \\
27 & 4 & UINT64 & MaxIFBW & Maximum supported IF bandwidth in Hz \\
23 & 4 & UINT32 & MinIFBW & Minimum supported IF bandwidth in Hz \\
27 & 4 & UINT32 & MaxIFBW & Maximum supported IF bandwidth in Hz \\
31 & 2 & UINT16 & MaxPoints & Maximum number of points per sweep \\
33 & 2 & INT16 & MincdBm & Minimum stimulus power in $\frac{1}{100}$dBm \\
35 & 2 & INT16 & MaxcdBm & Maximum stimulus power in $\frac{1}{100}$dBm \\
Expand Down

0 comments on commit b09ea7d

Please sign in to comment.