TsChannel

SCPI Command :

[SOURce<HW>]:BB:DVBS2:INPut:[IS<CH>]:TSCHannel
class TsChannelCls[source]

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

get(inputStream=InputStream.Default) NumberA[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:INPut:[IS<CH>]:TSCHannel
value: enums.NumberA = driver.source.bb.dvbs2.inputPy.isPy.tsChannel.get(inputStream = repcap.InputStream.Default)

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 inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)

return:

ts_channel: 1| 2| 3| 4

set(ts_channel: NumberA, inputStream=InputStream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:INPut:[IS<CH>]:TSCHannel
driver.source.bb.dvbs2.inputPy.isPy.tsChannel.set(ts_channel = enums.NumberA._1, inputStream = repcap.InputStream.Default)

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

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)