Value

SCPI Commands

SENSe:DDEMod:PATTern:MAPPing:VALue
class ValueCls[source]

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

get() str[source]
# SCPI: [SENSe]:DDEMod:PATTern:MAPPing[:VALue]
value: str = driver.applications.k70Vsa.sense.ddemod.pattern.mapping.value.get()

This command selects the mapping for pattern demodulation. This command is only available if the additional Multi-Modulation Analysis option (R&S FSWP-K70M) is installed.

return

mapping: To obtain a list of available symbol mappings for the current modulation type use the [SENSe:]DDEMod:PATTern:MAPPing:CATalog?? query.

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

This command selects the mapping for pattern demodulation. This command is only available if the additional Multi-Modulation Analysis option (R&S FSWP-K70M) is installed.

param mapping

To obtain a list of available symbol mappings for the current modulation type use the [SENSe:]DDEMod:PATTern:MAPPing:CATalog?? query.