Length

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:LENGth
class LengthCls[source]

Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(physicalLayerPipe=PhysicalLayerPipe.Default) int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:LENGth
value: int = driver.source.bb.t2Dvb.plp.til.length.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the time interleaver length within the time interleaving frame. For limitations, see specification .

param physicalLayerPipe:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Plp’)

return:

til_length: integer Range: 0 to 255

set(til_length: int, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:LENGth
driver.source.bb.t2Dvb.plp.til.length.set(til_length = 1, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the time interleaver length within the time interleaving frame. For limitations, see specification .

param til_length:

integer Range: 0 to 255

param physicalLayerPipe:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Plp’)