Offset

SCPI Commands

SENSe:FREQuency:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: [SENSe]:FREQuency:OFFSet
value: float = driver.applications.k60Transient.sense.frequency.offset.get()

This command defines a frequency offset. If this value is not 0 Hz, the application assumes that the input signal was frequency shifted outside the application. All results of type ‘frequency’ will be corrected for this shift numerically by the application. Note: In MSRA mode, the setting command is only available for the MSRA primary application. For MSRA secondary applications, only the query command is available.

return

offset: Range: -1 THz to 1 THz, Unit: HZ

set(offset: float) None[source]
# SCPI: [SENSe]:FREQuency:OFFSet
driver.applications.k60Transient.sense.frequency.offset.set(offset = 1.0)

This command defines a frequency offset. If this value is not 0 Hz, the application assumes that the input signal was frequency shifted outside the application. All results of type ‘frequency’ will be corrected for this shift numerically by the application. Note: In MSRA mode, the setting command is only available for the MSRA primary application. For MSRA secondary applications, only the query command is available.

param offset

Range: -1 THz to 1 THz, Unit: HZ