Level

SCPI Command:

SOURce:AFRF:GENerator<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 Range: 0.01 % to 100 %, Unit: %

  • Level_Right: float: Level for the right channel Range: 0.01 % to 100 %, Unit: %

get() LevelStruct[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:SOUT:LEVel
value: LevelStruct = driver.source.afRf.generator.sout.level.get()

Specifies the output levels for the SPDIF OUT connector. For noise signals provided by an internal generator, the maximum allowed level is reduced by the factor 1/sqrt(2) .

return:

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

set(level_left: float, level_right: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:SOUT:LEVel
driver.source.afRf.generator.sout.level.set(level_left = 1.0, level_right = 1.0)

Specifies the output levels for the SPDIF OUT connector. For noise signals provided by an internal generator, the maximum allowed level is reduced by the factor 1/sqrt(2) .

param level_left:

Level for the left channel Range: 0.01 % to 100 %, Unit: %

param level_right:

Level for the right channel Range: 0.01 % to 100 %, Unit: %