Dselect

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DATA:DSELect
class DselectCls[source]

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

get(path=Path.Default) str[source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DATA:DSELect
value: str = driver.source.fsimulator.cdynamic.path.data.dselect.get(path = repcap.Path.Default)

Loads the selected file from the default or the specified directory. Loaded are files with extension *.fad_udyn. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param path

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

return

filename: ‘filename’ Filename or absolute file path; file extension can be omitted.

set(filename: str, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DATA:DSELect
driver.source.fsimulator.cdynamic.path.data.dselect.set(filename = 'abc', path = repcap.Path.Default)

Loads the selected file from the default or the specified directory. Loaded are files with extension *.fad_udyn. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param filename

‘filename’ Filename or absolute file path; file extension can be omitted.

param path

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