FormatPy

SCPI Command :

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

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

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

Sets the format of the input signal.

param inputStream:

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

return:

input_format: SMPTE| ASI

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

Sets the format of the input signal.

param input_format:

SMPTE| ASI

param inputStream:

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