TestSignal

SCPI Commands :

[SOURce<HW>]:BB:DVBT:TESTsignal:LOW
[SOURce<HW>]:BB:DVBT:TESTsignal:[HIGH]
class TestSignalCls[source]

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

get_high() InputSignalTestSignal[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TESTsignal:[HIGH]
value: enums.InputSignalTestSignal = driver.source.bb.dvbt.testSignal.get_high()

Defines the test signal data.

return:

test_signal_hp: TTSP| PBEC| PAFC TTSP Test TS packet with standardized packet data used as modulation data in the transport stream. PBEC PRBS before convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted before the convolutional encoder. PRBS data conforms with specification. PAFC PRBS after convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted after the convolutional encoder.

get_low() InputSignalTestSignal[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TESTsignal:LOW
value: enums.InputSignalTestSignal = driver.source.bb.dvbt.testSignal.get_low()

Defines the test signal data.

return:

test_signal_lp: No help available

set_high(test_signal_hp: InputSignalTestSignal) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TESTsignal:[HIGH]
driver.source.bb.dvbt.testSignal.set_high(test_signal_hp = enums.InputSignalTestSignal.PAFC)

Defines the test signal data.

param test_signal_hp:

TTSP| PBEC| PAFC TTSP Test TS packet with standardized packet data used as modulation data in the transport stream. PBEC PRBS before convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted before the convolutional encoder. PRBS data conforms with specification. PAFC PRBS after convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted after the convolutional encoder.

set_low(test_signal_lp: InputSignalTestSignal) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:TESTsignal:LOW
driver.source.bb.dvbt.testSignal.set_low(test_signal_lp = enums.InputSignalTestSignal.PAFC)

Defines the test signal data.

param test_signal_lp:

TTSP| PBEC| PAFC TTSP Test TS packet with standardized packet data used as modulation data in the transport stream. PBEC PRBS before convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted before the convolutional encoder. PRBS data conforms with specification. PAFC PRBS after convolutional encoder Pure pseudo-random bit sequence (PRBS) data used as modulation data with no packet structure. The sequence is inserted after the convolutional encoder.