InputPy

SCPI Commands :

[SOURce<HW>]:BB:INPut:FORMat
[SOURce<HW>]:BB:INPut:TSCHannel
[SOURce<HW>]:BB:INPut
class InputPyCls[source]

InputPy commands group definition. 11 total commands, 1 Subgroups, 3 group commands

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

No command help available

return:

input_format: No help available

get_ts_channel() NumberA[source]
# SCPI: [SOURce<HW>]:BB:INPut:TSCHannel
value: enums.NumberA = driver.source.bb.inputPy.get_ts_channel()

No command help available

return:

ts_channel: No help available

get_value() CodingInputSignalInputA[source]
# SCPI: [SOURce<HW>]:BB:INPut
value: enums.CodingInputSignalInputA = driver.source.bb.inputPy.get_value()

No command help available

return:

input_py: No help available

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

No command help available

param input_format:

No help available

set_ts_channel(ts_channel: NumberA) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:TSCHannel
driver.source.bb.inputPy.set_ts_channel(ts_channel = enums.NumberA._1)

No command help available

param ts_channel:

No help available

set_value(input_py: CodingInputSignalInputA) None[source]
# SCPI: [SOURce<HW>]:BB:INPut
driver.source.bb.inputPy.set_value(input_py = enums.CodingInputSignalInputA.ASI1)

No command help available

param input_py:

No help available

Cloning the Group

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

Subgroups