Pperiod

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:PPERiod
Commands in total: 1
Subgroups: 0
Direct 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>:PPERiod
value: int = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.pperiod.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Sets the insertion period of pilot blocks.

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:

pperiod: integer Range: 1 to 768

set(pperiod: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:PPERiod
driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.pperiod.set(pperiod = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)

Sets the insertion period of pilot blocks.

Parameters:
  • pperiod – integer Range: 1 to 768

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