Level

SCPI Commands :

[SOURce<HW>]:NOISe:LEVel:RELative
[SOURce<HW>]:NOISe:LEVel:[ABSolute]
class LevelCls[source]

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

get_absolute() float[source]
# SCPI: [SOURce<HW>]:NOISe:LEVel:[ABSolute]
value: float = driver.source.noise.level.get_absolute()

Queries the level of the noise signal in the system bandwidth within the enabled bandwidth limitation.

return

absolute: float Noise level within the bandwidth limitation

get_relative() float[source]
# SCPI: [SOURce<HW>]:NOISe:LEVel:RELative
value: float = driver.source.noise.level.get_relative()

Queries the level of the noise signal per Hz in the total bandwidth.

return

relative: float Range: -149.18 to -52.67