Plin
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PLIN
- class PlinCls[source]
Plin commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
pl_indication: integer Range: 0 to 3
- set(pl_indication: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param pl_indication
integer Range: 0 to 3
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)