Reference

SCPI Command :

CALCulate<n>:RESult:REFerence
class ReferenceCls[source]

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

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

Defines the reference point for positioning the result range.

param window

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

return

reference: RISE | CENTer | FALL RISE The result range is defined in reference to the rising edge. CENTer The result range is defined in reference to the center of the hop/chirp top. FALL The result range is defined in reference to the falling edge.

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

Defines the reference point for positioning the result range.

param reference

RISE | CENTer | FALL RISE The result range is defined in reference to the rising edge. CENTer The result range is defined in reference to the center of the hop/chirp top. FALL The result range is defined in reference to the falling edge.

param window

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