Trace

SCPI Command :

CONFigure:PHASe:TRACe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() ReferenceMode[source]
# CONFigure:PHASe:TRACe
value: enums.ReferenceMode = driver.applications.k18AmplifierEt.configure.phase.trace.get()

Changes the phase trace state for DSP.

Returns:

result: ABSolute | RELative ABSolute Refers to the total channel response phase of a signal measured from a fixed reference point. RELative Refers to the difference in channel response phase between two signals or channels.

set(result: ReferenceMode) None[source]
# CONFigure:PHASe:TRACe
driver.applications.k18AmplifierEt.configure.phase.trace.set(result = enums.ReferenceMode.ABSolute)

Changes the phase trace state for DSP.

Parameters:

result – ABSolute | RELative ABSolute Refers to the total channel response phase of a signal measured from a fixed reference point. RELative Refers to the difference in channel response phase between two signals or channels.