Ypat

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:YPAT
class YpatCls[source]

Ypat 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>: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.

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

ypat: No help available

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

param ypat

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