Scmd
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SCMD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcSelCmd[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SCMD value: enums.NfcSelCmd = driver.source.bb.nfc.cblock.scmd.get(commandBlock = repcap.CommandBlock.Default)
Selects the cascade level (CL) of the NFCID1 requested by the NFC Forum Device in Poll Mode.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
scmd: CL1 | CL2 | CL3
- set(scmd: NfcSelCmd, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SCMD driver.source.bb.nfc.cblock.scmd.set(scmd = enums.NfcSelCmd.CL1, commandBlock = repcap.CommandBlock.Default)
Selects the cascade level (CL) of the NFCID1 requested by the NFC Forum Device in Poll Mode.
- Parameters:
scmd – CL1 | CL2 | CL3
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)