Pni
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PNI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PNI value: int = driver.source.bb.nfc.cblock.pni.get(commandBlock = repcap.CommandBlock.Default)
Only used with PDU type Information. Determines Packet Number Information (PNI) .
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
pni: integer Range: 0 to 3
- set(pni: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PNI driver.source.bb.nfc.cblock.pni.set(pni = 1, commandBlock = repcap.CommandBlock.Default)
Only used with PDU type Information. Determines Packet Number Information (PNI) .
- Parameters:
pni – integer Range: 0 to 3
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)