Name

SCPI Command :

SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]
class NameCls[source]

Name commands group definition. 15 total commands, 1 Subgroups, 1 group commands

get_value() str[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]
value: str = driver.sense.power.sweep.hardCopy.file.name.get_value()

Creates of selects a file for storing the hardcopy after the method RsSmab.Sense.Power.Sweep.HardCopy.Execute.set command is sent. The directory is either defined with the command method RsSmab.MassMemory.currentDirectory or the path is specified together with the file name. Access to the file via remote control is possible using the commands of the MMEM-Subsystem. In contrast, command method RsSmab.Sense.Power.Sweep.HardCopy.data transfers the hardcopy contents directly to the remote client where they can be further processed.

return:

name: string

set_value(name: str) None[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]
driver.sense.power.sweep.hardCopy.file.name.set_value(name = 'abc')

Creates of selects a file for storing the hardcopy after the method RsSmab.Sense.Power.Sweep.HardCopy.Execute.set command is sent. The directory is either defined with the command method RsSmab.MassMemory.currentDirectory or the path is specified together with the file name. Access to the file via remote control is possible using the commands of the MMEM-Subsystem. In contrast, command method RsSmab.Sense.Power.Sweep.HardCopy.data transfers the hardcopy contents directly to the remote client where they can be further processed.

param name:

string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.hardCopy.file.name.clone()

Subgroups