State

SCPI Command :

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

Determines whether the pattern uses a different modulation type than the data symbols. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 The pattern uses the same modulation as the data symbols, defined by method RsFsw.applications.k70Vsa.sense.ddemod.mapping.value.set() . ON | 1 The pattern uses a different modulation, configured by method RsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set() .

set(state: bool) None[source]
# [SENSe]:DDEMod:PATTern[:STATe]
driver.applications.k70Vsa.sense.ddemod.pattern.state.set(state = False)

Determines whether the pattern uses a different modulation type than the data symbols. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 The pattern uses the same modulation as the data symbols, defined by method RsFsw.applications.k70Vsa.sense.ddemod.mapping.value.set() . ON | 1 The pattern uses a different modulation, configured by method RsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set() .