Special

SCPI Command :

[SOURce<HW>]:BB:DVBS:[SPECial]:REEDsolomon
class SpecialCls[source]

Special commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_reed_solomon() bool[source]
# SCPI: [SOURce<HW>]:BB:DVBS:[SPECial]:REEDsolomon
value: bool = driver.source.bb.dvbs.special.get_reed_solomon()

Enables the Reed-Solomon encoder. The standard stipulates a Reed-Solomon RS (204, 188) .

return:

reed_solomon: 1| ON| 0| OFF

set_reed_solomon(reed_solomon: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS:[SPECial]:REEDsolomon
driver.source.bb.dvbs.special.set_reed_solomon(reed_solomon = False)

Enables the Reed-Solomon encoder. The standard stipulates a Reed-Solomon RS (204, 188) .

param reed_solomon:

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvbs.special.clone()

Subgroups