Scode
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SCODe
- class ScodeCls[source]
Scode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SCODe value: str = driver.source.bb.nfc.cblock.scode.get(commandBlock = repcap.CommandBlock.Default)
Sets the System Code.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
scode: integer
- set(scode: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SCODe driver.source.bb.nfc.cblock.scode.set(scode = rawAbc, commandBlock = repcap.CommandBlock.Default)
Sets the System Code.
- param scode
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)