Timeslice

SCPI Commands :

[SOURce<HW>]:BB:DVBT:TIMeslice:LOW
[SOURce<HW>]:BB:DVBT:TIMeslice:[HIGH]
class TimesliceCls[source]

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

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

Enables/disables time slicing. If enabled, 1 TPS bit (s48) is used to signal that at least one data stream with time slicing exists in the multiplex.

return:

time_slicing_hp: 1| ON| 0| OFF

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

Enables/disables time slicing. If enabled, 1 TPS bit (s48) is used to signal that at least one data stream with time slicing exists in the multiplex.

return:

time_slicing_lp: No help available

set_high(time_slicing_hp: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TIMeslice:[HIGH]
driver.source.bb.dvbt.timeslice.set_high(time_slicing_hp = False)

Enables/disables time slicing. If enabled, 1 TPS bit (s48) is used to signal that at least one data stream with time slicing exists in the multiplex.

param time_slicing_hp:

1| ON| 0| OFF

set_low(time_slicing_lp: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TIMeslice:LOW
driver.source.bb.dvbt.timeslice.set_low(time_slicing_lp = False)

Enables/disables time slicing. If enabled, 1 TPS bit (s48) is used to signal that at least one data stream with time slicing exists in the multiplex.

param time_slicing_lp:

1| ON| 0| OFF