CurrentDirectory

SCPI Command :

CALCulate<n>:MASK:CDIRectory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) str[source]
# CALCulate<n>:MASK:CDIRectory
value: str = driver.calculate.mask.currentDirectory.get(window = repcap.Window.Default)

Selects the directory the FSW stores frequency masks in.

Parameters:

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

Returns:

subdirectory: String containing the path to the directory. The directory has to be a subdirectory of the default directory. Thus the path is always relative to the default directory (C:/R_S/INSTR/freqmask) . An empty string selects the default directory.

set(subdirectory: str, window=Window.Default) None[source]
# CALCulate<n>:MASK:CDIRectory
driver.calculate.mask.currentDirectory.set(subdirectory = 'abc', window = repcap.Window.Default)

Selects the directory the FSW stores frequency masks in.

Parameters:
  • subdirectory – String containing the path to the directory. The directory has to be a subdirectory of the default directory. Thus the path is always relative to the default directory (C:/R_S/INSTR/freqmask) . An empty string selects the default directory.

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