Axis

SCPI Command :

LAYout:SIGNal:AXIS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(diagram_name: str, source: SignalSource, xsource: bool) None[source]
# LAYout:SIGNal:AXIS
driver.layout.signal.axis.set(diagram_name = 'abc', source = enums.SignalSource.AJ1, xsource = False)

Creates an XY-diagram by adding a second waveform to a diagram.

Parameters:
  • diagram_name – String with the name of the diagram where the waveform is added.

  • source – Waveform to be added, see ‘Waveform parameter’

  • xsource – If on, the added waveform is assigned to the x-axis. If off, it is assigned to the y-axis.