Ident
SCPI Command :
SYSTem:FORMat:IDENt
- class IdentCls[source]
Ident commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.IdnFormat [source]
# SCPI: SYSTem:FORMat:IDENt value: enums.IdnFormat = driver.system.formatPy.ident.get()
This command selects the response format to the *IDN? query.
- return
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: RsFsw.enums.IdnFormat) None [source]
# SCPI: SYSTem:FORMat:IDENt driver.system.formatPy.ident.set(idn_format = enums.IdnFormat.FSL)
This command selects the response format to the *IDN? query.
- param 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