Dselect

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DATA:DSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) str[source]
# [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.

Parameters:

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

Returns:

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

set(filename: str, path=Path.Default) None[source]
# [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.

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

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