Pselection

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:PSELection
class PselectionCls[source]

Pselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcPcktSelect[source]
# SCPI: [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.

param commandBlock

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

return

pselection: PCK1| PCK2

set(pselection: RsSmbv.enums.NfcPcktSelect, commandBlock=CommandBlock.Default) None[source]
# SCPI: [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.

param pselection

PCK1| PCK2

param commandBlock

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