Sfgi
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SFGI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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) .
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
sfgi: integer Range: 0 to 8
- set(sfgi: int, commandBlock=CommandBlock.Default) None[source]
# [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) .
- Parameters:
sfgi – integer Range: 0 to 8
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)