Offset

SCPI Command :

[SENSe]:NPRatio:CHANnel:INTegration:FREQuency:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: [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.

return

frequency: Unit: HZ

set(frequency: float) None[source]
# SCPI: [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.

param frequency

Unit: HZ