IsPy<InputStream>

RepCap Settings

# Range: Nr1 .. Nr8
rc = driver.source.bb.dvbs2.inputPy.isPy.repcap_inputStream_get()
driver.source.bb.dvbs2.inputPy.isPy.repcap_inputStream_set(repcap.InputStream.Nr1)

SCPI Command :

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

IsPy commands group definition. 4 total commands, 3 Subgroups, 1 group commands Repeated Capability: InputStream, default value after init: InputStream.Nr1

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

Sets the external input interface.

param inputStream:

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

return:

input_py: TS| IP

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

Sets the external input interface.

param input_py:

TS| IP

param inputStream:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvbs2.inputPy.isPy.clone()

Subgroups