Range

SCPI Commands :

[SOURce<HW>]:POWer:RANGe:LOWer
[SOURce<HW>]:POWer:RANGe:UPPer
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_lower() float[source]
# [SOURce<HW>]:POWer:RANGe:LOWer
value: float = driver.source.power.range.get_lower()

Queries the current interruption-free range of the level.

Returns:

lower: float Unit: dBm

get_upper() float[source]
# [SOURce<HW>]:POWer:RANGe:UPPer
value: float = driver.source.power.range.get_upper()

Queries the current interruption-free range of the level.

Returns:

upper: float Unit: dBm