Language

SCPI Command :

SYSTem:LANGuage
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:LANGuage
value: str = driver.system.language.get()

This command selects the system language. For details see ‘GPIB languages’. Note:This command is also used to emulate previous R&S signal and spectrum analyzers, making the method RsFsw.system.compatible.set() command obsolete. Note: For PSA89600 emulation, the option is indicated as ‘B7J’ for the *OPT? query (‘B7J, 140’ if ‘Wideband’ is activated) . Note: For R&S FSP/FSQ/FSU emulation, HP commands are not automatically also allowed. In this case, set method RsFsw.system.hpAdditional.set() to ON.

Returns:

language: ‘SCPI’ | ‘8560E’ | ‘8561E’ | ‘8562E’ | ‘8563E’ | ‘8564E’ | ‘8565E’ | ‘8566A’ | ‘8566B’ | ‘8568A’ | ‘8568A_DC’ | ‘8568B’ | ‘8568B_DC’ | ‘8591E’ | ‘8594E’ | ‘71100C’ | ‘71200C’ | ‘71209A’ | ‘PSA89600’ | ‘PSA’ | ‘PXA’ | ‘FSP’ | ‘FSU’ | ‘FSQ’ | ‘FSV’ | ‘FSEA’ | ‘FSEB’ | ‘FSEM’ | ‘FSEK’

set(language: str) None[source]
# SYSTem:LANGuage
driver.system.language.set(language = 'abc')

This command selects the system language. For details see ‘GPIB languages’. Note:This command is also used to emulate previous R&S signal and spectrum analyzers, making the method RsFsw.system.compatible.set() command obsolete. Note: For PSA89600 emulation, the option is indicated as ‘B7J’ for the *OPT? query (‘B7J, 140’ if ‘Wideband’ is activated) . Note: For R&S FSP/FSQ/FSU emulation, HP commands are not automatically also allowed. In this case, set method RsFsw.system.hpAdditional.set() to ON.

Parameters:

language – ‘SCPI’ | ‘8560E’ | ‘8561E’ | ‘8562E’ | ‘8563E’ | ‘8564E’ | ‘8565E’ | ‘8566A’ | ‘8566B’ | ‘8568A’ | ‘8568A_DC’ | ‘8568B’ | ‘8568B_DC’ | ‘8591E’ | ‘8594E’ | ‘71100C’ | ‘71200C’ | ‘71209A’ | ‘PSA89600’ | ‘PSA’ | ‘PXA’ | ‘FSP’ | ‘FSU’ | ‘FSQ’ | ‘FSV’ | ‘FSEA’ | ‘FSEB’ | ‘FSEM’ | ‘FSEK’