Plir

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:PLIR
class PlirCls[source]

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

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PLIR
value: int = driver.source.bb.nfc.cblock.plir.get(commandBlock = repcap.CommandBlock.Default)

Sets the Power Level Indicator.

param commandBlock

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

return

pl_indicator: integer Range: 0 to 3

set(pl_indicator: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PLIR
driver.source.bb.nfc.cblock.plir.set(pl_indicator = 1, commandBlock = repcap.CommandBlock.Default)

Sets the Power Level Indicator.

param pl_indicator

integer Range: 0 to 3

param commandBlock

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