InputPy

SCPI Commands :

[SOURce<HW>]:BB:TDMB:INPut:ETIChannel
[SOURce<HW>]:BB:TDMB:INPut:FORMat
[SOURce<HW>]:BB:TDMB:INPut
class InputPyCls[source]

InputPy commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_eti_channel() NumberA[source]
# SCPI: [SOURce<HW>]:BB:TDMB:INPut:ETIChannel
value: enums.NumberA = driver.source.bb.tdmb.inputPy.get_eti_channel()

Selects the channel that is received over the IP interface.

return:

ts_channel: No help available

get_format_py() TdmbInputSignalInputFormat[source]
# SCPI: [SOURce<HW>]:BB:TDMB:INPut:FORMat
value: enums.TdmbInputSignalInputFormat = driver.source.bb.tdmb.inputPy.get_format_py()

Sets the format of the input signal.

return:

tdmb_format: ETI

get_value() Atsc30InputType[source]
# SCPI: [SOURce<HW>]:BB:TDMB:INPut
value: enums.Atsc30InputType = driver.source.bb.tdmb.inputPy.get_value()

Sets the external input interface.

return:

tdmb_input: IP| TS

set_eti_channel(ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:INPut:ETIChannel
driver.source.bb.tdmb.inputPy.set_eti_channel(ts_channel = enums.NumberA._1)

Selects the channel that is received over the IP interface.

param ts_channel:

1| 2

set_value(tdmb_input: Atsc30InputType) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:INPut
driver.source.bb.tdmb.inputPy.set_value(tdmb_input = enums.Atsc30InputType.IP)

Sets the external input interface.

param tdmb_input:

IP| TS