Low
SCPI Command :
[SENSe]:MIXer:LOSS:TABLe[:LOW]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:MIXer:LOSS:TABLe[:LOW] value: str = driver.sense.mixer.loss.table.low.get()
Defines the file name of the conversion loss table to be used for the low (first) range.
- Returns:
filename: String containing the path and name of the file, or the serial number of the external mixer whose file is required. The FSW automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .
- set(filename: str) None[source]
# [SENSe]:MIXer:LOSS:TABLe[:LOW] driver.sense.mixer.loss.table.low.set(filename = 'abc')
Defines the file name of the conversion loss table to be used for the low (first) range.
- Parameters:
filename – String containing the path and name of the file, or the serial number of the external mixer whose file is required. The FSW automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .