Bandwidth

SCPI Command :

[SENSe]:NPRatio:CHANnel:INTegration:BWIDth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:NPRatio:CHANnel:INTegration:BWIDth
value: float = driver.sense.npratio.channel.integration.bandwidth.get()

Defines the bandwidth to be used for total power calculation as an absolute value. This value is only considered for method RsFsw.sense.npratio.channel.integration.auto.set() OFF. The entire specified bandwidth is used, including any defined notches.

Returns:

frequency: Unit: HZ

set(frequency: float) None[source]
# [SENSe]:NPRatio:CHANnel:INTegration:BWIDth
driver.sense.npratio.channel.integration.bandwidth.set(frequency = 1.0)

Defines the bandwidth to be used for total power calculation as an absolute value. This value is only considered for method RsFsw.sense.npratio.channel.integration.auto.set() OFF. The entire specified bandwidth is used, including any defined notches.

Parameters:

frequency – Unit: HZ