Count
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:PINDicator:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) PageInd[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:PINDicator:COUNt value: enums.PageInd = driver.source.bb.w3Gpp.bstation.pindicator.count.get(baseStation = repcap.BaseStation.Default)
The command sets the number of page indicators (PI) per frame in the page indicator channel (PICH) .
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
count: D18 | D36 | D72 | D144
- set(count: PageInd, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:PINDicator:COUNt driver.source.bb.w3Gpp.bstation.pindicator.count.set(count = enums.PageInd.D144, baseStation = repcap.BaseStation.Default)
The command sets the number of page indicators (PI) per frame in the page indicator channel (PICH) .
- Parameters:
count – D18 | D36 | D72 | D144
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)