Offset
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:OFFSet value: float = driver.source.bb.dvb.dvbr.sfConfig.frConfig.offset.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)
Sets the frequency offset for the selected frame, relative to the center frequency of the super frame.
- param sfCfgIxNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
- param frCfgIxNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)
- return
offset: float Range: -2E8 to 2E8
- set(offset: float, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:OFFSet driver.source.bb.dvb.dvbr.sfConfig.frConfig.offset.set(offset = 1.0, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)
Sets the frequency offset for the selected frame, relative to the center frequency of the super frame.
- param offset
float Range: -2E8 to 2E8
- param sfCfgIxNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)
- param frCfgIxNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)