Default
SCPI Command :
CALCulate<n>:TRACe<t>:ADJust:ALIGnment[:DEFault]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) AdjustAlignment[source]
# 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)
Defines where the reference point is to appear in the result range.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
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]
# 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)
Defines where the reference point is to appear in the result range.
- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)