Reference
SCPI Command :
[SENSe]:ADJust:NCANcel:FILE:REFerence
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:ADJust:NCANcel:FILE:REFerence value: str = driver.sense.adjust.ncancel.file.reference.get()
Reference signal to be used by the I/Q noise cancellation process.
- Returns:
ref_file: string Path and file name of the reference signal in .wv or .iq.tar format.
- set(ref_file: str) None[source]
# [SENSe]:ADJust:NCANcel:FILE:REFerence driver.sense.adjust.ncancel.file.reference.set(ref_file = 'abc')
Reference signal to be used by the I/Q noise cancellation process.
- Parameters:
ref_file – string Path and file name of the reference signal in .wv or .iq.tar format.