Value

SCPI Command :

[SENSe]:DDEMod:MAPPing[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:DDEMod:MAPPing[:VALue]
value: str = driver.applications.k70Vsa.sense.ddemod.mapping.value.get()

Selects the mapping for digital demodulation. The mapping describes the assignment of constellation points to symbols. When using PRBS generators, select the _SMx mapping, which corresponds to the mapping used by R&S SMx signal generators.

Returns:

mapping: To obtain a list of available symbol mappings for the current modulation type use the method RsFsw.applications.k70Vsa.sense.ddemod.mapping.catalog.get() ? query.

set(mapping: str) None[source]
# [SENSe]:DDEMod:MAPPing[:VALue]
driver.applications.k70Vsa.sense.ddemod.mapping.value.set(mapping = 'abc')

Selects the mapping for digital demodulation. The mapping describes the assignment of constellation points to symbols. When using PRBS generators, select the _SMx mapping, which corresponds to the mapping used by R&S SMx signal generators.

Parameters:

mapping – To obtain a list of available symbol mappings for the current modulation type use the method RsFsw.applications.k70Vsa.sense.ddemod.mapping.catalog.get() ? query.