Foffset

SCPI Commands :

[SOURce<HW>]:BB:GSM:FOFFset:MEAN
[SOURce<HW>]:BB:GSM:FOFFset:STANdard
class FoffsetCls[source]

Foffset commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mean() float[source]
# SCPI: [SOURce<HW>]:BB:GSM:FOFFset:MEAN
value: float = driver.source.bb.gsm.foffset.get_mean()

Sets the frequency offset parameter u.

return

mean_freq_offset: float Range: 0 to 9999.9

get_standard() float[source]
# SCPI: [SOURce<HW>]:BB:GSM:FOFFset:STANdard
value: float = driver.source.bb.gsm.foffset.get_standard()

Sets the frequency offset parameter sigma.

return

standard_freq_off: float Range: 0 to 9999.9

set_mean(mean_freq_offset: float) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:FOFFset:MEAN
driver.source.bb.gsm.foffset.set_mean(mean_freq_offset = 1.0)

Sets the frequency offset parameter u.

param mean_freq_offset

float Range: 0 to 9999.9

set_standard(standard_freq_off: float) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:FOFFset:STANdard
driver.source.bb.gsm.foffset.set_standard(standard_freq_off = 1.0)

Sets the frequency offset parameter sigma.

param standard_freq_off

float Range: 0 to 9999.9