BsOffset
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:BSOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) int[source]
# [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.
- 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 ‘Sec’)
- Returns:
bs_offset: integer Range: 0 to 4096
- set(bs_offset: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [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.
- Parameters:
bs_offset – integer Range: 0 to 4096
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 ‘Sec’)