FormatPy

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:FORMat
class FormatPyCls[source]

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

get(physicalLayerPipe=PhysicalLayerPipe.Default) Dvbt2PlpInputFormat[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:FORMat
value: enums.Dvbt2PlpInputFormat = driver.source.bb.t2Dvb.plp.inputPy.formatPy.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Queries the input format of each PLP <num> for all input sources.

param physicalLayerPipe:

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

return:

format_py: GFPS| GCS| GSE| TS GFPS Generic fixed-length packetized stream GCS Generic continuous stream GSE Generic stream encapsulation TS Transport stream

set(format_py: Dvbt2PlpInputFormat, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:FORMat
driver.source.bb.t2Dvb.plp.inputPy.formatPy.set(format_py = enums.Dvbt2PlpInputFormat.GCS, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Queries the input format of each PLP <num> for all input sources.

param format_py:

GFPS| GCS| GSE| TS GFPS Generic fixed-length packetized stream GCS Generic continuous stream GSE Generic stream encapsulation TS Transport stream

param physicalLayerPipe:

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