Bandwidth
SCPI Command :
[SENSe]:POWer:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:POWer:BWIDth value: float = driver.sense.power.bandwidth.get()
Selects the percentage of the total power that defines the occupied bandwidth.
- Returns:
percentage: Range: 10 PCT to 99.9 PCT, Unit: PCT
- set(percentage: float) None[source]
# [SENSe]:POWer:BWIDth driver.sense.power.bandwidth.set(percentage = 1.0)
Selects the percentage of the total power that defines the occupied bandwidth.
- Parameters:
percentage – Range: 10 PCT to 99.9 PCT, Unit: PCT