Seamless

SCPI Commands :

TSGen:CONFigure:SEAMless:CC
TSGen:CONFigure:SEAMless:PCR
TSGen:CONFigure:SEAMless:TT
class SeamlessCls[source]

Seamless commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_cc() bool[source]
# SCPI: TSGen:CONFigure:SEAMless:CC
value: bool = driver.tsGen.configure.seamless.get_cc()

Activates the correction of the continuity counters in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

return:

cc: 1| ON| 0| OFF

get_pcr() bool[source]
# SCPI: TSGen:CONFigure:SEAMless:PCR
value: bool = driver.tsGen.configure.seamless.get_pcr()

Activates the correction of time stamps in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

return:

pcr: 1| ON| 0| OFF

get_tt() bool[source]
# SCPI: TSGen:CONFigure:SEAMless:TT
value: bool = driver.tsGen.configure.seamless.get_tt()

Activates the correction of the time and date table in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

return:

tt: 1| ON| 0| OFF

set_cc(cc: bool) None[source]
# SCPI: TSGen:CONFigure:SEAMless:CC
driver.tsGen.configure.seamless.set_cc(cc = False)

Activates the correction of the continuity counters in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

param cc:

1| ON| 0| OFF

set_pcr(pcr: bool) None[source]
# SCPI: TSGen:CONFigure:SEAMless:PCR
driver.tsGen.configure.seamless.set_pcr(pcr = False)

Activates the correction of time stamps in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

param pcr:

1| ON| 0| OFF

set_tt(tt: bool) None[source]
# SCPI: TSGen:CONFigure:SEAMless:TT
driver.tsGen.configure.seamless.set_tt(tt = False)

Activates the correction of the time and date table in the replayed TS data stream. The correction allows you to decode the stream without interruption when the play file is looping.

param tt:

1| ON| 0| OFF