CurrentDirectory

SCPI Command :

CALCulate<n>:MASK:CDIRectory
class CurrentDirectoryCls[source]

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

get(window=Window.Default) str[source]
# SCPI: CALCulate<n>:MASK:CDIRectory
value: str = driver.calculate.mask.currentDirectory.get(window = repcap.Window.Default)

Selects the directory the FSW stores frequency masks in.

param window

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

return

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]
# SCPI: CALCulate<n>:MASK:CDIRectory
driver.calculate.mask.currentDirectory.set(subdirectory = 'abc', window = repcap.Window.Default)

Selects the directory the FSW stores frequency masks in.

param 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.

param window

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