Ident

SCPI Command :

SYSTem:FORMat:IDENt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() IdnFormat[source]
# SYSTem:FORMat:IDENt
value: enums.IdnFormat = driver.system.formatPy.ident.get()

This command selects the response format to the *IDN? query.

Returns:

idn_format: LEGacy Format is compatible to R&S FSP/FSU/FSQ/FSG family. NEW | FSL FSW format Format is also compatible to the R&S FSL and R&S FSV family

set(idn_format: IdnFormat) None[source]
# SYSTem:FORMat:IDENt
driver.system.formatPy.ident.set(idn_format = enums.IdnFormat.FSL)

This command selects the response format to the *IDN? query.

Parameters:

idn_format – LEGacy Format is compatible to R&S FSP/FSU/FSQ/FSG family. NEW | FSL FSW format Format is also compatible to the R&S FSL and R&S FSV family