FormatPy

SCPI Commands :

[SOURce<HW>]:BB:DVBT:INPut:FORMat:LOW
[SOURce<HW>]:BB:DVBT:INPut:FORMat
class FormatPyCls[source]

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

get_low() CodingInputFormat[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:FORMat:LOW
value: enums.CodingInputFormat = driver.source.bb.dvbt.inputPy.formatPy.get_low()

Sets the format of the input signal.

return:

input_format_lp: No help available

get_value() CodingInputFormat[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:FORMat
value: enums.CodingInputFormat = driver.source.bb.dvbt.inputPy.formatPy.get_value()

Sets the format of the input signal.

return:

input_format: ASI| SMPTE

set_low(input_format_lp: CodingInputFormat) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:FORMat:LOW
driver.source.bb.dvbt.inputPy.formatPy.set_low(input_format_lp = enums.CodingInputFormat.ASI)

Sets the format of the input signal.

param input_format_lp:

ASI| SMPTE

set_value(input_format: CodingInputFormat) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:INPut:FORMat
driver.source.bb.dvbt.inputPy.formatPy.set_value(input_format = enums.CodingInputFormat.ASI)

Sets the format of the input signal.

param input_format:

ASI| SMPTE