File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,11 @@ function Install-CorelDRAW {
201201# Install-FromUri -Name "Fujitsu mPollux DigiSign" -Uri "https://dvv.fi/documents/16079645/216375523/${Filename}" -Filename "${Filename}"
202202# }
203203
204+ function Install-DigilentWaveforms ([string ]$Version = " 3.24.4" ) {
205+ $Filename = " digilent.waveforms_v${Version} _64bit.exe"
206+ Install-FromUri - Name " Digilent Waveforms" - Uri " https://files.digilent.com/Software/Waveforms/${Version} /${Filename} " - Filename " ${Filename} "
207+ }
208+
204209function Install-Eduroam {
205210 Install-FromUri - Name " Eduroam" - Uri " https://dl.eduroam.app/windows/x86_64/geteduroam.exe" - Filename " geteduroam.exe"
206211}
@@ -627,6 +632,7 @@ $OtherOperations = [ordered]@{
627632 " Atostek ID" = ${function: Install-AtostekID} , " Card reader software for Finnish identity cards" ;
628633 " Basler Pylon" = ${function: Install-BaslerPylon} , " Driver for Basler cameras" ;
629634 " CorelDRAW" = ${function: Install-CorelDRAW} , " Graphic design, illustration and technical drawing software. Requires a license." ;
635+ " Digilent Waveforms" = ${function: Install-DigilentWaveforms} , " Measurement software for Digilent lab devices" ;
630636 " Eduroam" = ${function: Install-Eduroam} , " University Wi-Fi" ;
631637 # "Fujitsu mPollux DigiSign" = ${function:Install-DigiSign}, "Card reader software for Finnish identity cards";
632638 " Geekbench" = ${function: Install-Geekbench} , " Performance testing utility, versions 2-5. Commercial use requires a license." ;
You can’t perform that action at this time.
0 commit comments