Prbs

SCPI Command :

DSRC:ITEM:PRBS:TYPE
class PrbsCls[source]

Prbs commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_type_py() PrbsType[source]
# SCPI: DSRC:ITEM:PRBS:TYPE
value: enums.PrbsType = driver.dsrc.item.prbs.get_type_py()

Sets the PRBS type for the selected item.

return:

type_py: P9| P11| P15| P16| P20| P21| P23| P7

set_type_py(type_py: PrbsType) None[source]
# SCPI: DSRC:ITEM:PRBS:TYPE
driver.dsrc.item.prbs.set_type_py(type_py = enums.PrbsType.P11)

Sets the PRBS type for the selected item.

param type_py:

P9| P11| P15| P16| P20| P21| P23| P7

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.dsrc.item.prbs.clone()

Subgroups