Pselection

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:PSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) NfcPcktSelect[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PSELection
value: enums.NfcPcktSelect = driver.source.bb.nfc.cblock.pselection.get(commandBlock = repcap.CommandBlock.Default)

Selects if the first or second packet of the SECTOR_SELECT command is transmitted.

Parameters:

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

Returns:

pselection: PCK1 | PCK2

set(pselection: NfcPcktSelect, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:PSELection
driver.source.bb.nfc.cblock.pselection.set(pselection = enums.NfcPcktSelect.PCK1, commandBlock = repcap.CommandBlock.Default)

Selects if the first or second packet of the SECTOR_SELECT command is transmitted.

Parameters:
  • pselection – PCK1 | PCK2

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