Sf2

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SF2
class Sf2Cls[source]

Sf2 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>:SF2
value: List[str] = driver.source.bb.nfc.cblock.sf2.get(commandBlock = repcap.CommandBlock.Default)

Sets the status flag 2 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_2: integer

set(sflag_2: List[str], commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SF2
driver.source.bb.nfc.cblock.sf2.set(sflag_2 = ['rawAbc1', 'rawAbc2', 'rawAbc3'], commandBlock = repcap.CommandBlock.Default)

Sets the status flag 2 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_2

integer

param commandBlock

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