State
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:PATTern[:STATe]
- class StateCls[source]
- State commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() bool[source]
- # SCPI: [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. - return
- 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]
- # SCPI: [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. - param state
- ON | OFF | 0 | 1 OFF | 0 The pattern is not part of the PRBS ON | 1 The pattern is part of the PRBS