State
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:FEEDback[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS:FEEDback[:STATe] value: bool = driver.applications.k70Vsa.sense.ddemod.kdata.prbs.feedback.state.get()
Determines how the feedback bit is calculated.
- return
state: ON | OFF | 0 | 1 OFF | 0 The xor connected bit from the specified feedback positions is fed into the last shift register. ON | 1 The xor connected bit from the specified feedback positions is inverted before it is fed into the last shift register.
- set(state: bool) None [source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS:FEEDback[:STATe] driver.applications.k70Vsa.sense.ddemod.kdata.prbs.feedback.state.set(state = False)
Determines how the feedback bit is calculated.
- param state
ON | OFF | 0 | 1 OFF | 0 The xor connected bit from the specified feedback positions is fed into the last shift register. ON | 1 The xor connected bit from the specified feedback positions is inverted before it is fed into the last shift register.