Sfgi

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SFGI
class SfgiCls[source]

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

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SFGI
value: int = driver.source.bb.nfc.cblock.sfgi.get(commandBlock = repcap.CommandBlock.Default)

Determines the Start-up Frame Guard Time (SFGT) .

param commandBlock

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

return

sfgi: integer Range: 0 to 8

set(sfgi: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SFGI
driver.source.bb.nfc.cblock.sfgi.set(sfgi = 1, commandBlock = repcap.CommandBlock.Default)

Determines the Start-up Frame Guard Time (SFGT) .

param sfgi

integer Range: 0 to 8

param commandBlock

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