Offset

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:GRID<DI0>:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) float[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:GRID<DI0>:OFFSet
value: float = driver.source.bb.dvb.dvbr.sfConfig.frConfig.grid.offset.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Queries the frequency offset for the BTU grid, relative to the frame centre frequency.

Parameters:
  • sfCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)

  • frCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Grid’)

Returns:

offset: float Range: -2E8 to 2E8

set(offset: float, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:GRID<DI0>:OFFSet
driver.source.bb.dvb.dvbr.sfConfig.frConfig.grid.offset.set(offset = 1.0, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Queries the frequency offset for the BTU grid, relative to the frame centre frequency.

Parameters:
  • offset – float Range: -2E8 to 2E8

  • sfCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)

  • frCfgIxNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘FrConfig’)

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Grid’)