Repcount
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:REPCount
- class RepcountCls[source]
Repcount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:REPCount value: int = driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.repcount.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Defines how many times the transmission type is repeated.
- 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
repcount: integer REPCount = 0 means no repetitions and thus one singular transmission. REPCount = 1 means one repetition and thus 2 transmission in total. Range: 0 to 1000
- set(repcount: int, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:SEC<DI0>:REPCount driver.source.bb.dvb.dvbr.sfConfig.frConfig.sec.repcount.set(repcount = 1, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default, indexNull = repcap.IndexNull.Default)
Defines how many times the transmission type is repeated.
- param repcount
integer REPCount = 0 means no repetitions and thus one singular transmission. REPCount = 1 means one repetition and thus 2 transmission in total. Range: 0 to 1000
- 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’)