Alignment
SCPI Command :
CALCulate<n>:RESult:ALIGnment
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) AdjustAlignment[source]
# 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.k60Transient.calculate.result.reference.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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: AdjustAlignment, window=Window.Default) None[source]
# 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.k60Transient.calculate.result.reference.set()) .- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)