TxFormat

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBR:SFConfig<CH0>:FRConfig<ST0>:TXFormat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) DvbRcs2TxFormatClassRange[source]
# [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.

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

Returns:

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

set(tx_format: DvbRcs2TxFormatClassRange, sfCfgIxNull=SfCfgIxNull.Default, frCfgIxNull=FrCfgIxNull.Default) None[source]
# [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.

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

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