SaEnd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SAENd
class SaEndCls[source]

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

get(indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SAENd
value: int = driver.source.bb.eutra.downlink.mbsfn.pmch.saEnd.get(indexNull = repcap.IndexNull.Default)

Defines the first/last subframe allocated to this (P) MCH within a period identified by field commonSF-Alloc.

param indexNull

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

return

alloc_end: integer Range: 0 to 1535

set(alloc_end: int, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SAENd
driver.source.bb.eutra.downlink.mbsfn.pmch.saEnd.set(alloc_end = 1, indexNull = repcap.IndexNull.Default)

Defines the first/last subframe allocated to this (P) MCH within a period identified by field commonSF-Alloc.

param alloc_end

integer Range: 0 to 1535

param indexNull

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