Right now, load settings are not discoverable in the UI except when using "open with options". Long-term it would be nice if there were a way to see them visually in the settings UI (though obviously they would be read-only since they are only settable in the open with options dialog which is perfectly fine)
Work-around in the meantime is to use the API:
import pprint
pprint.pprint(bv.get_load_settings(bv.view_type).serialize_schema())
Right now, load settings are not discoverable in the UI except when using "open with options". Long-term it would be nice if there were a way to see them visually in the settings UI (though obviously they would be read-only since they are only settable in the open with options dialog which is perfectly fine)
Work-around in the meantime is to use the API: