Logo
SCPI Command :
DISPlay:LOGO
- class LogoCls[source]
Logo commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DISPlay:LOGO value: bool = driver.display.logo.get()
Activates/deactivates the printout of the Rohde & Schwarz company logo at the top of each page.
- return
state: 1 | 0 | ON | OFF 1 | ON Logo is printed. 0 | OFF Logo is not printed.
- set(state: bool) None [source]
# SCPI: DISPlay:LOGO driver.display.logo.set(state = False)
Activates/deactivates the printout of the Rohde & Schwarz company logo at the top of each page.
- param state
1 | 0 | ON | OFF 1 | ON Logo is printed. 0 | OFF Logo is not printed.