TrScheme

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:TRSCheme
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) EutraBfTransScheme[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:TRSCheme
value: enums.EutraBfTransScheme = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.trScheme.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Determines the transmission mode (see also Table ‘Downlink transmission modes overview’) .

Parameters:
  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

  • codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)

Returns:

transmiss_scheme: TM10

set(transmiss_scheme: EutraBfTransScheme, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:TRSCheme
driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.trScheme.set(transmiss_scheme = enums.EutraBfTransScheme.TM10, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Determines the transmission mode (see also Table ‘Downlink transmission modes overview’) .

Parameters:
  • transmiss_scheme – TM10

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

  • codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)