State

SCPI Command :

[SENSe]:DDEMod:PATTern[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [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.

return

state: ON | OFF | 0 | 1 OFF | 0 The pattern uses the same modulation as the data symbols, defined by [SENSe:]DDEMod:MAPPing[:VALue]. ON | 1 The pattern uses a different modulation, configured by [SENSe:]DDEMod:PATTern:MAPPing[:VALue].

set(state: bool) None[source]
# SCPI: [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.

param state

ON | OFF | 0 | 1 OFF | 0 The pattern uses the same modulation as the data symbols, defined by [SENSe:]DDEMod:MAPPing[:VALue]. ON | 1 The pattern uses a different modulation, configured by [SENSe:]DDEMod:PATTern:MAPPing[:VALue].