RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
      • Annotation
      • Atab
      • Blighting
      • Cmap<Item>
      • Faccess
      • FormatPy
      • Iterm
      • Logo
      • Minfo
      • PreSelector
      • Sbar
      • Skeys
      • Tbar
      • Theme
      • Touchscreen
      • Window<Window>
      • Wselect
    • Fetch
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputIx>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • RsFsw Utilities
  • RsFsw Logger
  • RsFsw Events
  • Index
RsFsw
  • »
  • RsFsw API Structure »
  • Display »
  • Logo
  • View page source

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.

Previous Next

© Copyright © Rohde & Schwarz 2023.

Built with Sphinx using a theme provided by Read the Docs.