Scmd
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SCMD
- class ScmdCls[source]
Scmd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcSelCmd [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
scmd: CL1| CL2| CL3
- set(scmd: RsSmbv.enums.NfcSelCmd, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param scmd
CL1| CL2| CL3
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)