State
SCPI Command :
[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) bool[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe value: bool = driver.source.fsimulator.cdynamic.path.convert.state.get(path = repcap.Path.Default)
Requires an enabled fading simulator. Enables file conversion with filename like customer.fad_udyn into the Rohde & Schwarz proprietary file format.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- Returns:
cdyn_convert_file: 1 | ON | 0| OFF
- set(cdyn_convert_file: bool, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:CONVert:STATe driver.source.fsimulator.cdynamic.path.convert.state.set(cdyn_convert_file = False, path = repcap.Path.Default)
Requires an enabled fading simulator. Enables file conversion with filename like customer.fad_udyn into the Rohde & Schwarz proprietary file format.
- Parameters:
cdyn_convert_file – 1 | ON | 0| OFF
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)