Source

SCPI Command :

[SOURce<HW>]:OPMode
class SourceCls[source]

Source commands group definition. 64 total commands, 9 Subgroups, 1 group commands

get_op_mode() OpMode[source]
# SCPI: [SOURce<HW>]:OPMode
value: enums.OpMode = driver.source.get_op_mode()

Sets the operation mode.

return:

op_mode: NORMal| BBBYpass NORMal normal operation BBBYpass Baseband bypass mode

set_op_mode(op_mode: OpMode) None[source]
# SCPI: [SOURce<HW>]:OPMode
driver.source.set_op_mode(op_mode = enums.OpMode.BBBYpass)

Sets the operation mode.

param op_mode:

NORMal| BBBYpass NORMal normal operation BBBYpass Baseband bypass mode

Cloning the Group

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

Subgroups