TestSignal

SCPI Command :

[SOURce<HW>]:BB:DVBS2:[IS<CH>]:TESTsignal
class TestSignalCls[source]

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

get(inputStream=InputStream.Default) Dvbs2InputSignalTestSignal[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:[IS<CH>]:TESTsignal
value: enums.Dvbs2InputSignalTestSignal = driver.source.bb.dvbs2.isPy.testSignal.get(inputStream = repcap.InputStream.Default)

Defines the test signal data.

param inputStream:

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

return:

test_signal: TTSP| TGSP TTSP Test TS packet with standardized packet data used as modulation data in the transport stream. TGSP Test GS packet with predefined packet data used as modulation data in the generic stream.

set(test_signal: Dvbs2InputSignalTestSignal, inputStream=InputStream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:[IS<CH>]:TESTsignal
driver.source.bb.dvbs2.isPy.testSignal.set(test_signal = enums.Dvbs2InputSignalTestSignal.TGSP, inputStream = repcap.InputStream.Default)

Defines the test signal data.

param test_signal:

TTSP| TGSP TTSP Test TS packet with standardized packet data used as modulation data in the transport stream. TGSP Test GS packet with predefined packet data used as modulation data in the generic stream.

param inputStream:

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