Spacing

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y:SPACing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) ScalingMode[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y:SPACing
value: enums.ScalingMode = driver.applications.k70Vsa.display.window.trace.y.spacing.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the unit of the y-axis in the selected result diagram.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

unit: LINear | LOGarithmic LOGarithmic Logarithmic scaling. LINear Linear scaling in %.

set(unit: ScalingMode, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y:SPACing
driver.applications.k70Vsa.display.window.trace.y.spacing.set(unit = enums.ScalingMode.LINear, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the unit of the y-axis in the selected result diagram.

Parameters:
  • unit – LINear | LOGarithmic LOGarithmic Logarithmic scaling. LINear Linear scaling in %.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)