Range
SCPI Commands :
[SOURce<HW>]:POWer:RANGe:LOWer
[SOURce<HW>]:POWer:RANGe:UPPer
- class RangeCls[source]
Range commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_lower() float [source]
# SCPI: [SOURce<HW>]:POWer:RANGe:LOWer value: float = driver.source.power.range.get_lower()
Queries the current interruption-free range of the level.
- return
lower: float Unit: dBm
- get_upper() float [source]
# SCPI: [SOURce<HW>]:POWer:RANGe:UPPer value: float = driver.source.power.range.get_upper()
Queries the current interruption-free range of the level.
- return
upper: float Unit: dBm