Skip to content

Commit

Permalink
HW: Refine documentation of HW_CloseDevice and HW_WriteDAC
Browse files Browse the repository at this point in the history
- channel number refers to the hardware channel number
  • Loading branch information
MichaelHuth committed Jul 14, 2023
1 parent ab0add4 commit 43b6643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/MIES/MIES_DAC-Hardware.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ End
///
/// @param hardwareType One of @ref HardwareDACTypeConstants
/// @param deviceID device identifier
/// @param channel channel number
/// @param channel hardware channel number
/// @param value value to write in volts
/// @param flags [optional, default none] One or multiple flags from @ref HardwareInteractionFlags
Function HW_WriteDAC(hardwareType, deviceID, channel, value, [flags])
Expand All @@ -233,7 +233,7 @@ End
///
/// @param hardwareType One of @ref HardwareDACTypeConstants
/// @param deviceID device identifier
/// @param channel channel number
/// @param channel hardware channel number
/// @param flags [optional, default none] One or multiple flags from @ref HardwareInteractionFlags
///
/// @return value in volts
Expand Down

0 comments on commit 43b6643

Please sign in to comment.