FrameIndex

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:FRAMeindex
class FrameIndexCls[source]

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

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

Queries the index of the first frame of the super frame, in that the current PLP occurs.

param physicalLayerPipe:

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

return:

ff_index: integer Range: 0 to 255

set(ff_index: int, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:FRAMeindex
driver.source.bb.t2Dvb.plp.frameIndex.set(ff_index = 1, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Queries the index of the first frame of the super frame, in that the current PLP occurs.

param ff_index:

integer Range: 0 to 255

param physicalLayerPipe:

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