SenRequired

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SENRequired
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) bool[source]
# [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.

Parameters:

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

Returns:

sen_required: 1 | ON | 0| OFF

set(sen_required: bool, commandBlock=CommandBlock.Default) None[source]
# [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.

Parameters:
  • sen_required – 1 | ON | 0| OFF

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