PosLen
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:POSLen
- 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>:POSLen value: int = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.posLen.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets the postamble length.
- 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:
pos_len: integer Range: 8 to 41
- set(pos_len: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:POSLen driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.posLen.set(pos_len = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets the postamble length.
- Parameters:
pos_len – integer Range: 8 to 41
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’)