Sf1

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) str[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
value: str = driver.source.bb.nfc.cblock.sf1.get(commandBlock = repcap.CommandBlock.Default)

Sets the status flag 1 to specify a Type 3 tag’s error condition. A value of 0 signals a successful execution, values different from 0 indicate errors.

Parameters:

commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

Returns:

sflag_1: integer

set(sflag_1: str, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
driver.source.bb.nfc.cblock.sf1.set(sflag_1 = rawAbc, commandBlock = repcap.CommandBlock.Default)

Sets the status flag 1 to specify a Type 3 tag’s error condition. A value of 0 signals a successful execution, values different from 0 indicate errors.

Parameters:
  • sflag_1 – integer

  • commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)