TestSignal

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:TESTsignal
class TestSignalCls[source]

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

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

Defines the test signal data.

param physicalLayerPipe:

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

return:

test_signal: TTSP

set(test_signal: CodingInputSignalTestSignal, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:TESTsignal
driver.source.bb.t2Dvb.plp.inputPy.testSignal.set(test_signal = enums.CodingInputSignalTestSignal.TTSP, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the test signal data.

param test_signal:

TTSP

param physicalLayerPipe:

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