State

SCPI Command :

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

Determines whether the pattern symbols are part of the PRBS sequence and are thus treated as data symbols.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 The pattern is not part of the PRBS ON | 1 The pattern is part of the PRBS

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

Determines whether the pattern symbols are part of the PRBS sequence and are thus treated as data symbols.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 The pattern is not part of the PRBS ON | 1 The pattern is part of the PRBS