Entry

SCPI Commands

TRIGger:SEQuence:DEFine:ENTRy
class Entry[source]

Entry commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(index: int) str[source]
# SCPI: TRIGger:SEQuence:DEFine[:ENTRy]
value: str = driver.trigger.sequence.define.entry.get(index = 1)

Sets or queries the path, which is defined for the selected number in the sequence.

param index

Selects a number in the trigger sequence.

return

path_name: No help available

set(index: int, path_name: str) None[source]
# SCPI: TRIGger:SEQuence:DEFine[:ENTRy]
driver.trigger.sequence.define.entry.set(index = 1, path_name = '1')

Sets or queries the path, which is defined for the selected number in the sequence.

param index

Selects a number in the trigger sequence.

param path_name

Specifies the path name to be set for the selected number in the trigger sequence. Write the path name in quotation marks.