ReedSolomon

SCPI Commands :

[SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:LOW
[SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:[HIGH]
class ReedSolomonCls[source]

ReedSolomon commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_high() bool[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:[HIGH]
value: bool = driver.source.bb.dvbt.special.reedSolomon.get_high()

Enables/disables the Reed-Solomon encoder.

return:

reed_solomon_high: OFF| ON| 1| 0

get_low() bool[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:LOW
value: bool = driver.source.bb.dvbt.special.reedSolomon.get_low()

Enables/disables the Reed-Solomon encoder.

return:

reed_solomon_low: No help available

set_high(reed_solomon_high: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:[HIGH]
driver.source.bb.dvbt.special.reedSolomon.set_high(reed_solomon_high = False)

Enables/disables the Reed-Solomon encoder.

param reed_solomon_high:

OFF| ON| 1| 0

set_low(reed_solomon_low: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[SPECial]:REEDsolomon:LOW
driver.source.bb.dvbt.special.reedSolomon.set_low(reed_solomon_low = False)

Enables/disables the Reed-Solomon encoder.

param reed_solomon_low:

OFF| ON| 1| 0