N2Ftype
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:N2FType
- class N2FtypeCls[source]
N2Ftype commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcNfcid2FmtTp [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:N2FType value: enums.NfcNfcid2FmtTp = driver.source.bb.nfc.cblock.n2Ftype.get(commandBlock = repcap.CommandBlock.Default)
Determines which protocol or platform the NFCID2 format is for.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
nf_type: NDEP| TT3
- set(nf_type: RsSmbv.enums.NfcNfcid2FmtTp, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:N2FType driver.source.bb.nfc.cblock.n2Ftype.set(nf_type = enums.NfcNfcid2FmtTp.NDEP, commandBlock = repcap.CommandBlock.Default)
Determines which protocol or platform the NFCID2 format is for.
- param nf_type
NDEP| TT3
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)