RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch
    • FormatPy
    • HardCopy
      • Cmap<Item>
      • Comment
      • Content
      • Copies
      • Destination
      • Device
      • Immediate
      • Item
      • Logo
      • Mode
      • Page
        • Count
        • Margin
          • Bottom
          • Left
          • Right
          • Top
          • Unit
        • Orientation
        • Window
      • Print
      • TdDtamp
      • Theme
      • Treport
    • 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 »
  • HardCopy »
  • Page »
  • Margin »
  • Right
  • View page source

Right

SCPI Command :

HCOPy:PAGE:MARGin:RIGHt
class RightCls[source]

Right commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() → float[source]
# SCPI: HCOPy:PAGE:MARGin:RIGHt
value: float = driver.hardCopy.page.margin.right.get()

This command defines the margin at the right side of the printout page on which no elements are printed. The margins are defined according to method RsFsw.HardCopy.Page.Margin.Unit.set.

return

right: No help available

set(right: float) → None[source]
# SCPI: HCOPy:PAGE:MARGin:RIGHt
driver.hardCopy.page.margin.right.set(right = 1.0)

This command defines the margin at the right side of the printout page on which no elements are printed. The margins are defined according to method RsFsw.HardCopy.Page.Margin.Unit.set.

param right

No help available

Previous Next

© Copyright © Rohde & Schwarz 2023.

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