Plir
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PLIR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
pl_indicator: integer Range: 0 to 3
- set(pl_indicator: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
pl_indicator – integer Range: 0 to 3
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)