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