Directed
SCPI Commands :
[SENSe]:DIRected:SAVE
[SENSe]:DIRected:LOAD
- class DirectedCls[source]
Directed commands group definition. 11 total commands, 7 Subgroups, 2 group commands
- load(filename: str) None [source]
# SCPI: [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!
- param filename
No help available
- save(filename: str) None [source]
# SCPI: [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’) .
- param filename
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k50Spurious.sense.directed.clone()
Subgroups