Value
SCPI Command :
[SENSe]:DDEMod:MAPPing[:VALue]
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [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.
- return
mapping: To obtain a list of available symbol mappings for the current modulation type use the [SENSe:]DDEMod:MAPPing:CATalog?? query.
- set(mapping: str) None [source]
# SCPI: [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.
- param mapping
To obtain a list of available symbol mappings for the current modulation type use the [SENSe:]DDEMod:MAPPing:CATalog?? query.