Auto
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:POLYnomial:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS:POLYnomial:AUTO value: bool = driver.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.auto.get()
Determines the coefficients of the polynomial and thus the feedback positions for the PRBS algorithm.
- return
state: ON | OFF | 0 | 1 OFF | 0 The coefficients a0, …, aN of the polynomial must be defined manually using [SENSe:]DDEMod:KDATa:PRBS:POLYnomial[:ORDer]. ON | 1 Polynomial is defined automatically according to the PRBS type specified by [SENSe:]DDEMod:KDATa:PRBS[:TYPE].
- set(state: bool) None [source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS:POLYnomial:AUTO driver.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.auto.set(state = False)
Determines the coefficients of the polynomial and thus the feedback positions for the PRBS algorithm.
- param state
ON | OFF | 0 | 1 OFF | 0 The coefficients a0, …, aN of the polynomial must be defined manually using [SENSe:]DDEMod:KDATa:PRBS:POLYnomial[:ORDer]. ON | 1 Polynomial is defined automatically according to the PRBS type specified by [SENSe:]DDEMod:KDATa:PRBS[:TYPE].