Directed

SCPI Commands :

[SENSe]:DIRected:SAVE
[SENSe]:DIRected:LOAD
Commands in total: 11
Subgroups: 7
Direct child commands: 2
load(filename: str) None[source]
# [SENSe]:DIRected:LOAD
driver.applications.k50Spurious.sense.directed.load(filename = 'abc')

Loads a stored search configuration from a .csv file. The current settings in the table are overwritten by the settings in the file!

save(filename: str) None[source]
# [SENSe]:DIRected:SAVE
driver.applications.k50Spurious.sense.directed.save(filename = 'abc')

Saves the current directed search configuration to a user-defined .csv file for later use. The result is a comma-separated list of values with the following syntax for each span: <No>,<Frequency>,<SearchSpan>, <DetThreshold>,<SNR>,<DetectMode> For details on the parameters see ‘Directed Search Measurement settings’) .

Cloning the Group

# Create a copy of the original group, that exists independently
directed_copy = driver.applications.k50Spurious.sense.directed.clone()

Subgroups