Wpat

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:WPAT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) str[source]
# [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.

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:

wpat: 1 bit

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

Parameters:
  • wpat – 1 bit

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