StePresent

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STEPresent
class StePresentCls[source]

StePresent commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) bool[source]
# SCPI: [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.

param commandBlock

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

return

std_frame_eod_pres: 1| ON| 0| OFF

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

param std_frame_eod_pres

1| ON| 0| OFF

param commandBlock

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