Compatible

SCPI Command :

SYSTem:COMPatible
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CompatibilityMode[source]
# SYSTem:COMPatible
value: enums.CompatibilityMode = driver.system.compatible.get()

This command enables compatibility to other spectrum and signal analyzers by R&S. Compatibility is necessary, for example, regarding the number of sweep points. Note that this command is maintained for compatibility reasons only. Use the method RsFsw.system.language.set() command for new remote control programs (see method RsFsw.system.language.set() ) .

Returns:

mode: DEFault | FSU | FSP | FSQ | FSV

set(mode: CompatibilityMode) None[source]
# SYSTem:COMPatible
driver.system.compatible.set(mode = enums.CompatibilityMode.ATT)

This command enables compatibility to other spectrum and signal analyzers by R&S. Compatibility is necessary, for example, regarding the number of sweep points. Note that this command is maintained for compatibility reasons only. Use the method RsFsw.system.language.set() command for new remote control programs (see method RsFsw.system.language.set() ) .

Parameters:

mode – DEFault | FSU | FSP | FSQ | FSV