Ftype

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:FTYPe
class FtypeCls[source]

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

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcApgEnericFrameType[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:FTYPe
value: enums.NfcApgEnericFrameType = driver.source.bb.nfc.cblock.apGeneric.ftype.get(commandBlock = repcap.CommandBlock.Default)

Selects a frame type for ‘Command Type > GENERIC’.

param commandBlock

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

return

frame_type: SHORt| STANdard| BOSDd

set(frame_type: RsSmbv.enums.NfcApgEnericFrameType, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:FTYPe
driver.source.bb.nfc.cblock.apGeneric.ftype.set(frame_type = enums.NfcApgEnericFrameType.BOSDd, commandBlock = repcap.CommandBlock.Default)

Selects a frame type for ‘Command Type > GENERIC’.

param frame_type

SHORt| STANdard| BOSDd

param commandBlock

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