Save
SCPI Command :
EXPort:HMEasurement<*>:SAVE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) bool[source]
# EXPort:HMEasurement<*>:SAVE value: bool = driver.export.hmeasurement.save.get(measIndex = repcap.MeasIndex.Default)
Saves the histogram on the results of the specified measurement to file. The target file is set using method
RsMxo.export.hmeasurement.name.set().- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hmeasurement’)
- set(measIndex=MeasIndex.Default) None[source]
# EXPort:HMEasurement<*>:SAVE driver.export.hmeasurement.save.set(measIndex = repcap.MeasIndex.Default)
Saves the histogram on the results of the specified measurement to file. The target file is set using method
RsMxo.export.hmeasurement.name.set().- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hmeasurement’)
- set_and_wait(measIndex=MeasIndex.Default, opc_timeout_ms: int = -1) None[source]