Level

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SOUT:LEVel
class LevelCls[source]

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

class LevelStruct[source]

Response structure. Fields:

  • Level_Left: float: Level for the left channel Unit: %

  • Level_Right: float: Level for the right channel Unit: %

get() LevelStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SOUT:LEVel
value: LevelStruct = driver.configure.afRf.measurement.sout.level.get()

Specifies the output levels for the SPDIF OUT connector.

return:

structure: for return value, see the help for LevelStruct structure arguments.

set(level_left: float, level_right: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SOUT:LEVel
driver.configure.afRf.measurement.sout.level.set(level_left = 1.0, level_right = 1.0)

Specifies the output levels for the SPDIF OUT connector.

param level_left:

Level for the left channel Unit: %

param level_right:

Level for the right channel Unit: %