InputPy

SCPI Commands :

[SOURce<HW>]:BB:T2DVb:INPut:FORMat
[SOURce<HW>]:BB:T2DVb:INPut:NPLP
[SOURce<HW>]:BB:T2DVb:INPut:TSCHannel
[SOURce<HW>]:BB:T2DVb:INPut
class InputPyCls[source]

InputPy commands group definition. 17 total commands, 1 Subgroups, 4 group commands

get_format_py() CodingInputFormat[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut:FORMat
value: enums.CodingInputFormat = driver.source.bb.t2Dvb.inputPy.get_format_py()

Sets the input format of the input signal.

return:

dvbt_2_inp_format: ASI| SMPTE

get_nplp() int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut:NPLP
value: int = driver.source.bb.t2Dvb.inputPy.get_nplp()

Queries the number of physical layer pipes (PLP) .

return:

nplp: integer Range: 1 to 20

get_ts_channel() NumberA[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut:TSCHannel
value: enums.NumberA = driver.source.bb.t2Dvb.inputPy.get_ts_channel()

Selects the IP-based transport stream (TS) channel. You can select 1 out of 4 IP TS channels as input at the ‘IP Data’ interface. To configure a particular channel, see ‘IP channel x settings’.

return:

dvbt_2_ts_channel: 1| 2| 3| 4

get_value() CodingInputSignalInputA[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut
value: enums.CodingInputSignalInputA = driver.source.bb.t2Dvb.inputPy.get_value()

Sets the external input interface.

return:

dvbt_2_input: TS| IP

set_format_py(dvbt_2_inp_format: CodingInputFormat) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut:FORMat
driver.source.bb.t2Dvb.inputPy.set_format_py(dvbt_2_inp_format = enums.CodingInputFormat.ASI)

Sets the input format of the input signal.

param dvbt_2_inp_format:

ASI| SMPTE

set_ts_channel(dvbt_2_ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut:TSCHannel
driver.source.bb.t2Dvb.inputPy.set_ts_channel(dvbt_2_ts_channel = enums.NumberA._1)

Selects the IP-based transport stream (TS) channel. You can select 1 out of 4 IP TS channels as input at the ‘IP Data’ interface. To configure a particular channel, see ‘IP channel x settings’.

param dvbt_2_ts_channel:

1| 2| 3| 4

set_value(dvbt_2_input: CodingInputSignalInputA) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:INPut
driver.source.bb.t2Dvb.inputPy.set_value(dvbt_2_input = enums.CodingInputSignalInputA.ASI1)

Sets the external input interface.

param dvbt_2_input:

TS| IP

Cloning the Group

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

Subgroups