Offset

SCPI Command :

[SENSe]:DDEMod:ECALc:OFFSet
class OffsetCls[source]

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

get() bool[source]
# SCPI: [SENSe]:DDEMod:ECALc:OFFSet
value: bool = driver.applications.k70Vsa.sense.ddemod.ecalc.offset.get()

Configures the way the VSA application calculates the error vector results for offset QPSK.

return

state: ON | 1 VSA application compensates the delay of the Q component with respect to the I component in the measurement signal as well as the reference signal before calculating the error vector. That means that the error vector contains only one symbol instant per symbol period. OFF | 0 The VSA application subtracts the measured signal from the reference signal to calculate the error vector. This method results in the fact that the error vector contains two symbol instants per symbol period: one that corresponds to the I component and one that corresponds to the Q component.

set(state: bool) None[source]
# SCPI: [SENSe]:DDEMod:ECALc:OFFSet
driver.applications.k70Vsa.sense.ddemod.ecalc.offset.set(state = False)

Configures the way the VSA application calculates the error vector results for offset QPSK.

param state

ON | 1 VSA application compensates the delay of the Q component with respect to the I component in the measurement signal as well as the reference signal before calculating the error vector. That means that the error vector contains only one symbol instant per symbol period. OFF | 0 The VSA application subtracts the measured signal from the reference signal to calculate the error vector. This method results in the fact that the error vector contains two symbol instants per symbol period: one that corresponds to the I component and one that corresponds to the Q component.