Frequency

SCPI Command :

SEQuence:ITEM:FREQuency:OFFSet
class FrequencyCls[source]

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

get_offset() float[source]
# SCPI: SEQuence:ITEM:FREQuency:OFFSet
value: float = driver.sequence.item.frequency.get_offset()

Enables a frequency offset.

return:

offset: float Range: -1e+09 to 1e+09, Unit: Hz

set_offset(offset: float) None[source]
# SCPI: SEQuence:ITEM:FREQuency:OFFSet
driver.sequence.item.frequency.set_offset(offset = 1.0)

Enables a frequency offset.

param offset:

float Range: -1e+09 to 1e+09, Unit: Hz