Wpat
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:WPAT
- class WpatCls[source]
Wpat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:WPAT value: str = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.wpat.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets 1 bit in the contiguous sequence of bits specifying the puncturing pattern for first and second parity bits Y and W.
- 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
wpat: 1 bit
- set(wpat: str, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:WPAT driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.wpat.set(wpat = rawAbc, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Sets 1 bit in the contiguous sequence of bits specifying the puncturing pattern for first and second parity bits Y and W.
- param wpat
1 bit
- 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’)