Offset

SCPI Command :

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

Shifts the bandwidth to be used for total power density calculation away from the currently defined center frequency.

Returns:

frequency: Unit: HZ

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

Shifts the bandwidth to be used for total power density calculation away from the currently defined center frequency.

Parameters:

frequency – Unit: HZ