StePresent

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STEPresent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) bool[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STEPresent
value: bool = driver.source.bb.nfc.cblock.apGeneric.stePresent.get(commandBlock = repcap.CommandBlock.Default)

Selects if the EoD is present or not.

Parameters:

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

Returns:

std_frame_eod_pres: 1 | ON | 0| OFF

set(std_frame_eod_pres: bool, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STEPresent
driver.source.bb.nfc.cblock.apGeneric.stePresent.set(std_frame_eod_pres = False, commandBlock = repcap.CommandBlock.Default)

Selects if the EoD is present or not.

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

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