SfConfig<SfCfgIxNull>

RepCap Settings

# Range: Nr0 .. Nr31
rc = driver.source.bb.dvb.dvbr.sfConfig.repcap_sfCfgIxNull_get()
driver.source.bb.dvb.dvbr.sfConfig.repcap_sfCfgIxNull_set(repcap.SfCfgIxNull.Nr0)

SCPI Commands :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:DELete
[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:RESet
class SfConfigCls[source]

SfConfig commands group definition. 48 total commands, 3 Subgroups, 2 group commands Repeated Capability: SfCfgIxNull, default value after init: SfCfgIxNull.Nr0

delete(sfCfgIxNull=SfCfgIxNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:DELete
driver.source.bb.dvb.dvbr.sfConfig.delete(sfCfgIxNull = repcap.SfCfgIxNull.Default)

Standard function to append or remove a frame from the table.

param sfCfgIxNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)

delete_with_opc(sfCfgIxNull=SfCfgIxNull.Default, opc_timeout_ms: int = - 1) None[source]
reset(sfCfgIxNull=SfCfgIxNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:RESet
driver.source.bb.dvb.dvbr.sfConfig.reset(sfCfgIxNull = repcap.SfCfgIxNull.Default)

Resets the frame table, that is, removes all frames but the first one and presets the frame central frequency offset and frame bandwidth to the default values.

param sfCfgIxNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SfConfig’)

reset_with_opc(sfCfgIxNull=SfCfgIxNull.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvb.dvbr.sfConfig.clone()

Subgroups