Auto

SCPI Command :

[SENSe]:DDEMod:KDATa:PRBS:POLYnomial:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 The coefficients a0, …, aN of the polynomial must be defined manually using method RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.order.set() . ON | 1 Polynomial is defined automatically according to the PRBS type specified by method RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.typePy.set() .

set(state: bool) None[source]
# [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.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 The coefficients a0, …, aN of the polynomial must be defined manually using method RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.order.set() . ON | 1 Polynomial is defined automatically according to the PRBS type specified by method RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.typePy.set() .