Compatible
SCPI Command :
SYSTem:COMPatible
- Commands in total: 1Subgroups: 0Direct 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 methodRsFsw.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 methodRsFsw.system.language.set()) .- Parameters:
mode – DEFault | FSU | FSP | FSQ | FSV