BsOffset

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:BSOFfset
class BsOffsetCls[source]

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

get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:BSOFfset
value: int = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.bsOffset.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Sets the nominal offset for burst start from the start of the timeslot.

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

return

bs_offset: integer Range: 0 to 4096

set(bs_offset: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:BSOFfset
driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.bsOffset.set(bs_offset = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Sets the nominal offset for burst start from the start of the timeslot.

param bs_offset

integer Range: 0 to 4096

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