Domain

SCPI Command :

CONFigure:SYNC:DOMain
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SyncDomain[source]
# CONFigure:SYNC:DOMain
value: enums.SyncDomain = driver.applications.k18AmplifierEt.configure.sync.domain.get()

This command selects the synchronization method.

Returns:

domain: IQDirect I/Q data for the reference signal is directly correlated with the reference and measured signal. IQPDiff Correlation on the phase differentiated I/Q data. MAGNitude Correlation on the magnitude of the I/Q data with no regard for phase information. TRIGger It is assumed that the capture is triggered at the start of the reference waveform.

set(domain: SyncDomain) None[source]
# CONFigure:SYNC:DOMain
driver.applications.k18AmplifierEt.configure.sync.domain.set(domain = enums.SyncDomain.IQDirect)

This command selects the synchronization method.

Parameters:

domain – IQDirect I/Q data for the reference signal is directly correlated with the reference and measured signal. IQPDiff Correlation on the phase differentiated I/Q data. MAGNitude Correlation on the magnitude of the I/Q data with no regard for phase information. TRIGger It is assumed that the capture is triggered at the start of the reference waveform.