Special

SCPI Command :

[SOURce<HW>]:BB:J83B:[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:J83B:[SPECial]:REEDsolomon
value: bool = driver.source.bb.j83B.special.get_reed_solomon()

Enables/disables the Reed-Solomon encoder.

return:

reed_solomon: 1| ON| 0| OFF

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

Enables/disables the Reed-Solomon encoder.

param reed_solomon:

1| ON| 0| OFF

Cloning the Group

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

Subgroups