Fint

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:FINT
class FintCls[source]

Fint 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:FINT
value: int = driver.source.bb.t2Dvb.plp.til.fint.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the time interleaver frame interval (IJump) . For limitations, see specification .

param physicalLayerPipe:

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

return:

frame_interval: integer Range: 1 to 255

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

Defines the time interleaver frame interval (IJump) . For limitations, see specification .

param frame_interval:

integer Range: 1 to 255

param physicalLayerPipe:

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