Default

SCPI Commands

CALCulate<Window>:TRACe<Trace>:ADJust:ALIGnment:DEFault
class DefaultCls[source]

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

get(window=Window.Default, trace=Trace.Default) AdjustAlignment[source]
# SCPI: CALCulate<n>:TRACe<t>:ADJust:ALIGnment[:DEFault]
value: enums.AdjustAlignment = driver.applications.k70Vsa.calculate.trace.adjust.alignment.default.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

This command defines where the reference point is to appear in the result range.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param trace

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

return

alignment: LEFT | CENTer | RIGHt LEFT The reference point is at the start of the result range. CENTer The reference point is in the middle of the result range. RIGHt The reference point is displayed at the end of the result range.

set(alignment: AdjustAlignment, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: CALCulate<n>:TRACe<t>:ADJust:ALIGnment[:DEFault]
driver.applications.k70Vsa.calculate.trace.adjust.alignment.default.set(alignment = enums.AdjustAlignment.CENTer, window = repcap.Window.Default, trace = repcap.Trace.Default)

This command defines where the reference point is to appear in the result range.

param alignment

LEFT | CENTer | RIGHt LEFT The reference point is at the start of the result range. CENTer The reference point is in the middle of the result range. RIGHt The reference point is displayed at the end of the result range.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param trace

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