Mode

SCPI Command :

[SENSe]:DDEMod:FSYNc[:MODE]
class ModeCls[source]

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

get() RsFsw.enums.FineSync[source]
# SCPI: [SENSe]:DDEMod:FSYNc[:MODE]
value: enums.FineSync = driver.applications.k70Vsa.sense.ddemod.fsync.mode.get()

Defines the fine synchronization mode used to calculate results, e.g. the bit error rate. Note: You can define a maximum symbol error rate (SER) for the known data in reference to the analyzed data. If the SER of the known data exceeds this limit, the default synchronization using the detected data is performed. See [SENSe:]DDEMod:FSYNc:LEVel.

return

fine_sync: KDATa | PATTern | DDATa KDATa (Default) The reference signal is defined as the data sequence from the loaded Known Data file that most closely matches the measured data. PATTern The reference signal is estimated from the defined pattern. This setting requires an activated pattern search, see [SENSe:]DDEMod:SEARch:SYNC:STATe. DDATa The reference signal is estimated from the detected data.

set(fine_sync: RsFsw.enums.FineSync) None[source]
# SCPI: [SENSe]:DDEMod:FSYNc[:MODE]
driver.applications.k70Vsa.sense.ddemod.fsync.mode.set(fine_sync = enums.FineSync.DDATa)

Defines the fine synchronization mode used to calculate results, e.g. the bit error rate. Note: You can define a maximum symbol error rate (SER) for the known data in reference to the analyzed data. If the SER of the known data exceeds this limit, the default synchronization using the detected data is performed. See [SENSe:]DDEMod:FSYNc:LEVel.

param fine_sync

KDATa | PATTern | DDATa KDATa (Default) The reference signal is defined as the data sequence from the loaded Known Data file that most closely matches the measured data. PATTern The reference signal is estimated from the defined pattern. This setting requires an activated pattern search, see [SENSe:]DDEMod:SEARch:SYNC:STATe. DDATa The reference signal is estimated from the detected data.