Stuffing

SCPI Commands :

[SOURce<HW>]:BB:DVBT:STUFfing:LOW
[SOURce<HW>]:BB:DVBT:STUFfing:[HIGH]
class StuffingCls[source]

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

get_high() bool[source]
# SCPI: [SOURce<HW>]:BB:DVBT:STUFfing:[HIGH]
value: bool = driver.source.bb.dvbt.stuffing.get_high()

Queries the stuffing state that is active for HP path and LP path.

return:

stuffing_hp: 1| ON| 0| OFF

get_low() bool[source]
# SCPI: [SOURce<HW>]:BB:DVBT:STUFfing:LOW
value: bool = driver.source.bb.dvbt.stuffing.get_low()

Queries the stuffing state that is active for HP path and LP path.

return:

stuffing_lp: 1| ON| 0| OFF