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