Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiGetDataReaderVersion

asiGetDataReaderVersion(
t_format
)
=> t_formatVersion

Description

Returns the current version of data reader for the specified format.

Arguments

t_format

The format of data reader

Value Returned

t_formatVersion

Current version for the specified format of data reader

Examples

The following example returns the current version of data reader for the format fast-signal database (fsdb).

printf("The current version of data reader for the fsdb format is: %s\n" asiGetDataReaderVersion("fsdb"))
=> The current version of data reader for the fsdb format is: 6.3
=> t


Return to top
 ⠀
X