InputPy

SCPI Commands :

[SOURce<HW>]:BB:DTMB:INPut:FORMat
[SOURce<HW>]:BB:DTMB:INPut:TSCHannel
[SOURce<HW>]:BB:DTMB:[INPut]:DATarate
[SOURce<HW>]:BB:DTMB:INPut
class InputPyCls[source]

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

get_data_rate() float[source]
# SCPI: [SOURce<HW>]:BB:DTMB:[INPut]:DATarate
value: float = driver.source.bb.dtmb.inputPy.get_data_rate()


    INTRO_CMD_HELP: Queries the measured value of the data rate of one of the following:

    - External transport stream including null packets input at 'User 1' connector
    - External transport stream including null packets input at 'IP Data/LAN' connector (TSoverIP)

The value equals the sum of useful data rate rmeas and the rate of null packets r0: rmeas = rmeas + r0

return:

dtmb_meas: float Range: 0 to 999999999

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

Sets the format of the input signal.

return:

dtmb_format: ASI| SMPTE

get_ts_channel() NumberA[source]
# SCPI: [SOURce<HW>]:BB:DTMB:INPut:TSCHannel
value: enums.NumberA = driver.source.bb.dtmb.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’.

INTRO_CMD_HELP: For configuring IP channel settings and local IP data network parameters, see:

  • ‘IP subsystem’

  • ‘BCIP subsystem’

return:

dtmb_ip_ts_channel: 1| 2| 3| 4

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

Sets the external input interface.

return:

dtmb_source: TS| IP

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

Sets the format of the input signal.

param dtmb_format:

ASI| SMPTE

set_ts_channel(dtmb_ip_ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:DTMB:INPut:TSCHannel
driver.source.bb.dtmb.inputPy.set_ts_channel(dtmb_ip_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’.

INTRO_CMD_HELP: For configuring IP channel settings and local IP data network parameters, see:

  • ‘IP subsystem’

  • ‘BCIP subsystem’

param dtmb_ip_ts_channel:

1| 2| 3| 4

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

Sets the external input interface.

param dtmb_source:

TS| IP