Value

SCPI Command :

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

Selects the mapping for pattern demodulation. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Returns:

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

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

Selects the mapping for pattern demodulation. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Parameters:

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