Plin
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PLIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PLIN value: int = driver.source.bb.nfc.cblock.plin.get(commandBlock = repcap.CommandBlock.Default)
Only used when DESELCT/WTX is set to WTX. Determines Power Level Indication.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
pl_indication: integer Range: 0 to 3
- set(pl_indication: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PLIN driver.source.bb.nfc.cblock.plin.set(pl_indication = 1, commandBlock = repcap.CommandBlock.Default)
Only used when DESELCT/WTX is set to WTX. Determines Power Level Indication.
- Parameters:
pl_indication – integer Range: 0 to 3
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)