Filename

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CWEight:FILEname
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) str[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CWEight:FILEname
value: str = driver.source.fsimulator.cdynamic.path.cweight.filename.get(path = repcap.Path.Default)

No help available

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)

set(filename: str, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CWEight:FILEname
driver.source.fsimulator.cdynamic.path.cweight.filename.set(filename = 'abc', path = repcap.Path.Default)

No help available

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)