Count

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:PINDicator:COUNt
class CountCls[source]

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

get(baseStation=BaseStation.Default) RsSmbv.enums.PageInd[source]
# SCPI: [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) .

param baseStation

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

return

count: D18| D36| D72| D144

set(count: RsSmbv.enums.PageInd, baseStation=BaseStation.Default) None[source]
# SCPI: [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) .

param count

D18| D36| D72| D144

param baseStation

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