Order

SCPI Command :

[SENSe]:DDEMod:KDATa:PRBS:POLYnomial[:ORDer]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:DDEMod:KDATa:PRBS:POLYnomial[:ORDer]
value: str = driver.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.order.get()

Determines the coefficients of the polynomial and thus the feedback positions for the PRBS algorithm. Requires the FSW-K70P option.

Returns:

prbs_poly_order: list of polynomial coefficents, separated by semi-colons (;) in descending order

set(prbs_poly_order: str) None[source]
# [SENSe]:DDEMod:KDATa:PRBS:POLYnomial[:ORDer]
driver.applications.k70Vsa.sense.ddemod.kdata.prbs.polynomial.order.set(prbs_poly_order = 'abc')

Determines the coefficients of the polynomial and thus the feedback positions for the PRBS algorithm. Requires the FSW-K70P option.

Parameters:

prbs_poly_order – list of polynomial coefficents, separated by semi-colons (;) in descending order