SsnRequired
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SSNRequired
- class SsnRequiredCls[source]
SsnRequired commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SSNRequired value: bool = driver.source.bb.nfc.cblock.ssnRequired.get(commandBlock = repcap.CommandBlock.Default)
Determines whether a suppression of EoS (End of Sequence) /SoS (Start of Sequence) is required or not.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
ssn_required: 1| ON| 0| OFF
- set(ssn_required: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:SSNRequired driver.source.bb.nfc.cblock.ssnRequired.set(ssn_required = False, commandBlock = repcap.CommandBlock.Default)
Determines whether a suppression of EoS (End of Sequence) /SoS (Start of Sequence) is required or not.
- param ssn_required
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)