Main Content

getSDRuDriverVersion

UHD version number of installed radio

Add-On Required: This feature requires the Communications Toolbox Support Package for USRP Radio add-on.

Description

example

uhdVersion = getSDRuDriverVersion returns the UHD™ version number of the installed Communications Toolbox™ Support Package for USRP™ Radio.

Examples

collapse all

Get the UHD version number of the installed Communications Toolbox™ Support Package for USRP™ Radio.

uhdVersion = getSDRuDriverVersion
uhdVersion = 
'3.15.0.0-vendor'

Output Arguments

collapse all

UHD version number of the installed Communications Toolbox Support Package for USRP Radio, returned as a character vector.

Version History

Introduced in R2016a

expand all