Offset

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:GRID<DI0>:OFFSet
class OffsetCls[source]

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

get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) float[source]
# SCPI: [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.

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’)

param indexNull

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

return

offset: float Range: -2E8 to 2E8

set(offset: float, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [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.

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’)

param indexNull

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