N2Ftype
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:N2FType
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcNfcid2FmtTp[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
nf_type: NDEP | TT3
- set(nf_type: NfcNfcid2FmtTp, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
nf_type – NDEP | TT3
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)