State
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:FEEDback[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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.
- Returns:
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]
# [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.
- Parameters:
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.