File
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sequencer=Sequencer.Default) str[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE value: str = driver.source.bb.esequencer.asequencing.sequencer.wlist.file.get(sequencer = repcap.Sequencer.Default)
Selects a waveform list from the default directory. If a waveform list with the specified name does not yet exist, it is created. The file extension inf_mswv may be omitted.
- Parameters:
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)
- Returns:
file: string
- set(file: str, sequencer=Sequencer.Default) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE driver.source.bb.esequencer.asequencing.sequencer.wlist.file.set(file = 'abc', sequencer = repcap.Sequencer.Default)
Selects a waveform list from the default directory. If a waveform list with the specified name does not yet exist, it is created. The file extension inf_mswv may be omitted.
- Parameters:
file – string
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)