Sf1

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
class Sf1Cls[source]

Sf1 commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
value: List[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.

param commandBlock

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

return

sflag_1: integer

set(sflag_1: List[str], commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SF1
driver.source.bb.nfc.cblock.sf1.set(sflag_1 = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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.

param sflag_1

integer

param commandBlock

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