Fsc

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:FSC
class FscCls[source]

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

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcFsc[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FSC
value: enums.NfcFsc = driver.source.bb.nfc.cblock.fsc.get(commandBlock = repcap.CommandBlock.Default)

Selects the maximum frame size in bytes.

param commandBlock

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

return

fsc: F16| F24| F32| F40| F48| F64| F96| F128| F256

set(fsc: RsSmbv.enums.NfcFsc, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:FSC
driver.source.bb.nfc.cblock.fsc.set(fsc = enums.NfcFsc.F128, commandBlock = repcap.CommandBlock.Default)

Selects the maximum frame size in bytes.

param fsc

F16| F24| F32| F40| F48| F64| F96| F128| F256

param commandBlock

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