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