Value
SCPI Command :
[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()
Selects the mapping for pattern demodulation. Is only available if the additional Multi-Modulation Analysis option (FSW-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 = 'abc')
Selects the mapping for pattern demodulation. Is only available if the additional Multi-Modulation Analysis option (FSW-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.