Order

SCPI Command :

[SENSe]:DDEMod:KDATa:PRBS:POLYnomial[:ORDer]
class OrderCls[source]

Order commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: [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.

return

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

set(prbs_poly_order: str) None[source]
# SCPI: [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.

param prbs_poly_order

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