SaEnd
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SAENd
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(indexNull=IndexNull.Default) int[source]
# [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.
- Parameters:
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)
- Returns:
alloc_end: integer Range: 0 to 1535
- set(alloc_end: int, indexNull=IndexNull.Default) None[source]
# [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.
- Parameters:
alloc_end – integer Range: 0 to 1535
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)