Bandwidth

SCPI Command :

[SENSe]:NPRatio:CHANnel:INTegration:BWIDth
class BandwidthCls[source]

Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [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 [SENSe:]NPRatio:CHANnel:INTegration:AUTOOFF. The entire specified bandwidth is used, including any defined notches.

return

frequency: Unit: HZ

set(frequency: float) None[source]
# SCPI: [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 [SENSe:]NPRatio:CHANnel:INTegration:AUTOOFF. The entire specified bandwidth is used, including any defined notches.

param frequency

Unit: HZ