TxFormat

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:TXFormat
class TxFormatCls[source]

TxFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) RsSmw.enums.DvbRcs2TxFormatClassRange[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:TXFormat
value: enums.DvbRcs2TxFormatClassRange = driver.source.bb.dvb.dvbr.sfConfig.frConfig.txFormat.get(sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)

Sets the Tx format class.

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

return

tx_format: LM| SSLM LM Linear modulation SSLM Spread-spectrum linear burst transmission (TC-LM-SS)

set(tx_format: RsSmw.enums.DvbRcs2TxFormatClassRange, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:TXFormat
driver.source.bb.dvb.dvbr.sfConfig.frConfig.txFormat.set(tx_format = enums.DvbRcs2TxFormatClassRange.LM, sfCfgIxNull = repcap.SfCfgIxNull.Default, frCfgIxNull = repcap.FrCfgIxNull.Default)

Sets the Tx format class.

param tx_format

LM| SSLM LM Linear modulation SSLM Spread-spectrum linear burst transmission (TC-LM-SS)

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