InputPy

SCPI Commands :

[SOURce<HW>]:BB:DVBT:INPut:LOW
[SOURce<HW>]:BB:DVBT:INPut:[HIGH]
class InputPyCls[source]

InputPy commands group definition. 8 total commands, 3 Subgroups, 2 group commands

get_high() CodingInputSignalInputB[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:[HIGH]
value: enums.CodingInputSignalInputB = driver.source.bb.dvbt.inputPy.get_high()

Sets the external input interface.

return:

input_py: IP| TS TS Input for serial transport stream data. The signal is input at the ‘User 1/2’ connectors. IP Supported for high priority path (HP) only, i.e. setting requires non-hierarchical coding. Input for IP transport stream data. The signal is input at the ‘IP Data’ connector.

get_low() CodingInputSignalInputB[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:LOW
value: enums.CodingInputSignalInputB = driver.source.bb.dvbt.inputPy.get_low()

Sets the external input interface.

return:

input_lp: No help available

set_high(input_py: CodingInputSignalInputB) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:[HIGH]
driver.source.bb.dvbt.inputPy.set_high(input_py = enums.CodingInputSignalInputB.ASIFront)

Sets the external input interface.

param input_py:

IP| TS TS Input for serial transport stream data. The signal is input at the ‘User 1/2’ connectors. IP Supported for high priority path (HP) only, i.e. setting requires non-hierarchical coding. Input for IP transport stream data. The signal is input at the ‘IP Data’ connector.

set_low(input_lp: CodingInputSignalInputB) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:LOW
driver.source.bb.dvbt.inputPy.set_low(input_lp = enums.CodingInputSignalInputB.ASIFront)

Sets the external input interface.

param input_lp:

IP| TS TS Input for serial transport stream data. The signal is input at the ‘User 1/2’ connectors. IP Supported for high priority path (HP) only, i.e. setting requires non-hierarchical coding. Input for IP transport stream data. The signal is input at the ‘IP Data’ connector.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvbt.inputPy.clone()

Subgroups