InputPy

SCPI Commands :

[SOURce<HW>]:BB:ATSM:INPut:FORMat
[SOURce<HW>]:BB:ATSM:INPut:TSCHannel
[SOURce<HW>]:BB:ATSM:[INPut]:DATarate
[SOURce<HW>]:BB:ATSM: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:ATSM:[INPut]:DATarate
value: float = driver.source.bb.atsm.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:

measured_data: float Range: 0 to 999999999

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

Sets the format of the input signal.

return:

input_format: ASI| SMPTE

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

ts_channel: 1| 2| 3| 4

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

Sets the external input interface.

return:

atscmh_input: TS| IP

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

Sets the format of the input signal.

param input_format:

ASI| SMPTE

set_ts_channel(ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:ATSM:INPut:TSCHannel
driver.source.bb.atsm.inputPy.set_ts_channel(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 ts_channel:

1| 2| 3| 4

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

Sets the external input interface.

param atscmh_input:

TS| IP