TsChannel

SCPI Commands :

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

TsChannel commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

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_low() NumberA[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:TSCHannel:LOW
value: enums.NumberA = driver.source.bb.dvbt.inputPy.tsChannel.get_low()

No command help available

return:

ts_channel_lp: No help available

set_high(ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:TSCHannel:[HIGH]
driver.source.bb.dvbt.inputPy.tsChannel.set_high(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_low(ts_channel_lp: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:TSCHannel:LOW
driver.source.bb.dvbt.inputPy.tsChannel.set_low(ts_channel_lp = enums.NumberA._1)

No command help available

param ts_channel_lp:

No help available