TypePy

SCPI Command :

[SENSe]:DDEMod:KDATa:PRBS[:TYPE]
class TypePyCls[source]

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

get() float[source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS[:TYPE]
value: float = driver.applications.k70Vsa.sense.ddemod.kdata.prbs.typePy.get()

Defines the type of the used PRBS model. The type of the model defines the degree, complexity and number of terms in the polynomial model. If the PRBS data is generated in accordance with the ITU-T standard, no further settings are required. Requires the FSW-K70P option. For details, see ‘Known data from PRBS generators’.

return

prbs_type: 7 | 9 | 11 | 15 | 16 | 20 | 21 | 23 | 31

set(prbs_type: float) None[source]
# SCPI: [SENSe]:DDEMod:KDATa:PRBS[:TYPE]
driver.applications.k70Vsa.sense.ddemod.kdata.prbs.typePy.set(prbs_type = 1.0)

Defines the type of the used PRBS model. The type of the model defines the degree, complexity and number of terms in the polynomial model. If the PRBS data is generated in accordance with the ITU-T standard, no further settings are required. Requires the FSW-K70P option. For details, see ‘Known data from PRBS generators’.

param prbs_type

7 | 9 | 11 | 15 | 16 | 20 | 21 | 23 | 31