Domain
SCPI Command :
CONFigure:SYNC:DOMain
- class DomainCls[source]
Domain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SyncDomain [source]
# SCPI: CONFigure:SYNC:DOMain value: enums.SyncDomain = driver.applications.k18AmplifierEt.configure.sync.domain.get()
This command selects the synchronization method.
- return
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: RsFsw.enums.SyncDomain) None [source]
# SCPI: CONFigure:SYNC:DOMain driver.applications.k18AmplifierEt.configure.sync.domain.set(domain = enums.SyncDomain.IQDirect)
This command selects the synchronization method.
- param 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.