Ypat

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:YPAT
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>:YPAT
value: str = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.ypat.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’)

set(ypat: str, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:YPAT
driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.ypat.set(ypat = 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:
  • ypat – 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’)