Mode
SCPI Command :
[SENSe]:DDEMod:FSYNc[:MODE]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() FineSync[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.fsync.level.set().- Returns:
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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.state.set(). DDATa The reference signal is estimated from the detected data.
- set(fine_sync: FineSync) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.fsync.level.set().- Parameters:
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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.state.set(). DDATa The reference signal is estimated from the detected data.