State
SCPI Command :
[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) bool [source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe value: bool = driver.source.fsimulator.cdynamic.path.convert.state.get(path = repcap.Path.Default)
Enable to convert files with filename like customer.fad_udyn into the Rohde & Schwarz proprietary file format when the fading simulator is enabled.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- return
cdyn_convert_file: 1| ON| 0| OFF
- set(cdyn_convert_file: bool, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe driver.source.fsimulator.cdynamic.path.convert.state.set(cdyn_convert_file = False, path = repcap.Path.Default)
Enable to convert files with filename like customer.fad_udyn into the Rohde & Schwarz proprietary file format when the fading simulator is enabled.
- param cdyn_convert_file
1| ON| 0| OFF
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)