Alignment

SCPI Command :

CALCulate<n>:RESult:ALIGnment
class AlignmentCls[source]

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

get(window=Window.Default) RsFsw.enums.AdjustAlignment[source]
# SCPI: CALCulate<n>:RESult:ALIGnment
value: enums.AdjustAlignment = driver.applications.k60Transient.calculate.result.alignment.get(window = repcap.Window.Default)

Defines the alignment of the result range in relation to the selected reference point (see method RsFsw.Applications. K60_Transient.Calculate.Result.Reference.set) .

param window

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

return

reference: LEFT | CENTer | RIGHt LEFT The result range starts at the hop/chirp center or selected edge. CENTer The result range is centered around the hop/chirp center or selected edge. RIGHt The result range ends at the hop/chirp center or selected edge.

set(reference: RsFsw.enums.AdjustAlignment, window=Window.Default) None[source]
# SCPI: CALCulate<n>:RESult:ALIGnment
driver.applications.k60Transient.calculate.result.alignment.set(reference = enums.AdjustAlignment.CENTer, window = repcap.Window.Default)

Defines the alignment of the result range in relation to the selected reference point (see method RsFsw.Applications. K60_Transient.Calculate.Result.Reference.set) .

param reference

LEFT | CENTer | RIGHt LEFT The result range starts at the hop/chirp center or selected edge. CENTer The result range is centered around the hop/chirp center or selected edge. RIGHt The result range ends at the hop/chirp center or selected edge.

param window

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